From 073bbb42e4e9c687db2c9146369df054e1a203e4 Mon Sep 17 00:00:00 2001 From: "Luis v.d.Eltz" Date: Thu, 9 Apr 2020 11:00:14 +0200 Subject: [PATCH] Fixed typo --- src/Avalonia.Base/Threading/DispatcherPriority.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Base/Threading/DispatcherPriority.cs b/src/Avalonia.Base/Threading/DispatcherPriority.cs index ceda1c397f..a2b4b86bac 100644 --- a/src/Avalonia.Base/Threading/DispatcherPriority.cs +++ b/src/Avalonia.Base/Threading/DispatcherPriority.cs @@ -17,7 +17,7 @@ namespace Avalonia.Threading SystemIdle = 1, /// - /// The job will be processed when the application sis idle. + /// The job will be processed when the application is idle. /// ApplicationIdle = 2,