Skip to content

Commit 7bfe348

Browse files
slang25stephentoub
authored andcommitted
Corrected spelling (dotnet#278)
1 parent 6ee6db5 commit 7bfe348

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32

src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SystemEvents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public sealed class SystemEvents
6060
private static readonly object s_onSessionSwitchEvent = new object();
6161

6262
// 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.
63+
// match a delegate with a SynchronizationContext so we can fire on the proper thread.
6464
private static Dictionary<object, List<SystemEventInvokeInfo>> s_handlers;
6565

6666
private SystemEvents()

0 commit comments

Comments
 (0)