We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee6db5 commit 7bfe348Copy full SHA for 7bfe348
1 file changed
src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs
@@ -60,7 +60,7 @@ public sealed class SystemEvents
60
private static readonly object s_onSessionSwitchEvent = new object();
61
62
// Our list of handler information. This is a lookup of the above keys and objects that
63
- // 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.
64
private static Dictionary<object, List<SystemEventInvokeInfo>> s_handlers;
65
66
private SystemEvents()
0 commit comments