提交 7bfe3481 编写于 作者: S Stuart Lang 提交者: Stephen Toub

Corrected spelling (#278)

上级 6ee6db5d
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册