Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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<object, List<SystemEventInvokeInfo>> s_handlers;

private SystemEvents()
Expand Down