We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6344b6 commit caa45ccCopy full SHA for caa45cc
1 file changed
StyleCop.Analyzers/StyleCopTester/Program.cs
@@ -41,7 +41,7 @@ private static void Main(string[] args)
41
cts.Cancel();
42
};
43
44
- // Since Console apps do not have a SyncronizationContext, we're leveraging the built-in support
+ // Since Console apps do not have a SynchronizationContext, we're leveraging the built-in support
45
// in WPF to pump the messages via the Dispatcher.
46
// See the following for additional details:
47
// http://blogs.msdn.com/b/pfxteam/archive/2012/01/21/10259307.aspx
0 commit comments