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)