From 7ca45ddd2bf61715e7e9a25178fffa475e3e98e7 Mon Sep 17 00:00:00 2001 From: Stuart Lang Date: Tue, 26 Nov 2019 10:35:58 +0000 Subject: [PATCH] Corrected spelling --- .../src/Microsoft/Win32/SystemEvents.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs index 0dbec2d41ffc0d..6e24b137a806d6 100644 --- a/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs +++ b/src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs @@ -60,7 +60,7 @@ public sealed class SystemEvents private static readonly object s_onSessionSwitchEvent = new object(); // Our list of handler information. This is a lookup of the above keys and objects that - // match a delegate with a SyncronizationContext so we can fire on the proper thread. + // match a delegate with a SynchronizationContext so we can fire on the proper thread. private static Dictionary> s_handlers; private SystemEvents()