diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45)/Threading/DispatcherHelper.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45)/Threading/DispatcherHelper.cs index 17536f8a..309562e3 100644 --- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45)/Threading/DispatcherHelper.cs +++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45)/Threading/DispatcherHelper.cs @@ -61,7 +61,7 @@ public static Dispatcher UIDispatcher /// /// Executes an action on the UI thread. If this method is called - /// from the UI thread, the action is executed immendiately. If the + /// from the UI thread, the action is executed immediately. If the /// method is called from another thread, the action will be enqueued /// on the UI thread's dispatcher and executed asynchronously. /// For additional operations on the UI thread, you can get a @@ -190,4 +190,4 @@ public static void Reset() UIDispatcher = null; } } -} \ No newline at end of file +}