summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/BindableObject.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Core/BindableObject.cs')
-rw-r--r--Xamarin.Forms.Core/BindableObject.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Core/BindableObject.cs b/Xamarin.Forms.Core/BindableObject.cs
index 683d390a..f3482004 100644
--- a/Xamarin.Forms.Core/BindableObject.cs
+++ b/Xamarin.Forms.Core/BindableObject.cs
@@ -360,7 +360,7 @@ namespace Xamarin.Forms
if (fromStyle)
context.Attributes |= BindableContextAttributes.IsSetFromStyle;
- // else ommitted on purpose
+ // else omitted on purpose
bool currentlyApplying = _applying;