From d15ff6da8d0c0b5acbac674f3adf43b1d6ef14a5 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 13 May 2022 21:26:00 +0900 Subject: [PATCH] [spelling]Fix typo in EventHandler.cs (#18216) occurence -> occurrence --- .../Plugins/Microsoft.Plugin.Program/Storage/EventHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/EventHandler.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/EventHandler.cs index 3be898e7b4..a93d12c084 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/EventHandler.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/EventHandler.cs @@ -11,7 +11,7 @@ namespace Microsoft.Plugin.Program.Storage public static class EventHandler { // To obtain the path of the app when multiple events are added to the Concurrent queue across multiple threads. - // On the first occurence of a different file path, the existing app path is to be returned without removing any more elements from the queue. + // On the first occurrence of a different file path, the existing app path is to be returned without removing any more elements from the queue. public static async Task GetAppPathFromQueueAsync(ConcurrentQueue eventHandlingQueue, int dequeueDelay) { if (eventHandlingQueue == null)