Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2018-08-14 21:53:00 +0300
committerEric Maupin <ermaup@microsoft.com>2018-10-17 22:12:51 +0300
commit1cf0b4e58e9c6375d2ac9f82f87103dfbe64005d (patch)
treeec18eb0ccabcb66acd93fdddc14bfc336d1373d1
parent5e75201231027688847d873ee50dd5eb7296c771 (diff)
Typos
-rw-r--r--Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs6
-rw-r--r--Xamarin.PropertyEditing/IObjectEditor.cs4
2 files changed, 5 insertions, 5 deletions
diff --git a/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs b/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs
index f62b7d6..d46747d 100644
--- a/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs
+++ b/Xamarin.PropertyEditing.Tests/PredefinedValuesViewModelTests.cs
@@ -238,7 +238,7 @@ namespace Xamarin.PropertyEditing.Tests
}
[Test]
- [Description ("When passing along strings in the value desciprtor, we should ensure they are empty and not null for differentiation")]
+ [Description ("When passing along strings in the value descriptor, we should ensure they are empty and not null for differentiation")]
public void ValueDescriptorEmptyNotNullConstrained ()
{
var property = GetPropertyMock ();
@@ -265,7 +265,7 @@ namespace Xamarin.PropertyEditing.Tests
None = 0,
First = 1,
Second = 2,
- Eigth = 8
+ Eighth = 8
}
[TestFixture]
@@ -320,7 +320,7 @@ namespace Xamarin.PropertyEditing.Tests
}
[Test]
- [Description ("When passing along strings in the value desciprtor, we should ensure they are empty and not null for differentiation")]
+ [Description ("When passing along strings in the value descriptor, we should ensure they are empty and not null for differentiation")]
public void ValueDescriptorEmptyNotNullUnconstrained ()
{
var property = GetPropertyMock ();
diff --git a/Xamarin.PropertyEditing/IObjectEditor.cs b/Xamarin.PropertyEditing/IObjectEditor.cs
index 78b9793..4901f9b 100644
--- a/Xamarin.PropertyEditing/IObjectEditor.cs
+++ b/Xamarin.PropertyEditing/IObjectEditor.cs
@@ -56,7 +56,7 @@ namespace Xamarin.PropertyEditing
/// <remarks>
/// These are children that do not participate in the standard element hierarchy, such as segments in a segmented control.
/// Note that objects defined by editors do not need to match real objects in the real hierarchy, they can be faked. An existing
- /// iOS property chooser itself can be maped to having an object editor for its actual object.
+ /// iOS property chooser itself can be mapped to having an object editor for its actual object.
/// </remarks>
IReadOnlyList<IObjectEditor> DirectChildren { get; }
@@ -120,7 +120,7 @@ namespace Xamarin.PropertyEditing
/// <remarks>
/// <para>Implementers should strive to include the actual value of resources or bindings for <see cref="ValueInfo{T}.Value"/>
- /// whereever possible.</para>
+ /// wherever possible.</para>
/// <para>If the platform can know the value of a property when unset, it should return that value and the <see cref="ValueSource.Default"/>
/// source. If the platform only knows that the value is unset, use <see cref="ValueSource.Unset"/> instead.</para>
///<para>When the property's value <see cref="ValueInfo{T}.Source"/> is <see cref="ValueSource.Resource"/>,