From 9c52b502a84a2df601f64bc36049a6e48ebc5b45 Mon Sep 17 00:00:00 2001 From: Alexander Yasko Date: Fri, 25 Jan 2019 14:37:09 +0200 Subject: [PATCH] Fixed typo in CheckBeginInvokeOnUI method summary. --- .../Threading/DispatcherHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}