diff --git a/src/Avalonia.Base/Threading/Dispatcher.Invoke.cs b/src/Avalonia.Base/Threading/Dispatcher.Invoke.cs index 85e372b514..30c77bf7dd 100644 --- a/src/Avalonia.Base/Threading/Dispatcher.Invoke.cs +++ b/src/Avalonia.Base/Threading/Dispatcher.Invoke.cs @@ -120,7 +120,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> synchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -139,7 +139,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> synchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -160,7 +160,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> synchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -188,7 +188,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> synchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -323,7 +323,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> asynchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. /// @@ -362,7 +362,7 @@ public partial class Dispatcher /// Executes the specified Func<TResult> asynchronously on the /// thread that the Dispatcher was created on. /// - /// The type of retuturn value of + /// The type of the return value. /// /// A Func<TResult> delegate to invoke through the dispatcher. ///