[spelling]Fix typo in EventHandler.cs (#18216)

occurence -> occurrence
This commit is contained in:
Ikko Ashimine
2022-05-13 21:26:00 +09:00
committed by GitHub
parent 2555203da8
commit d15ff6da8d

View File

@@ -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<string> GetAppPathFromQueueAsync(ConcurrentQueue<string> eventHandlingQueue, int dequeueDelay)
{
if (eventHandlingQueue == null)