Skip to content

Commit caa45cc

Browse files
committed
Fixing a typo
1 parent d6344b6 commit caa45cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCopTester/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private static void Main(string[] args)
4141
cts.Cancel();
4242
};
4343

44-
// Since Console apps do not have a SyncronizationContext, we're leveraging the built-in support
44+
// Since Console apps do not have a SynchronizationContext, we're leveraging the built-in support
4545
// in WPF to pump the messages via the Dispatcher.
4646
// See the following for additional details:
4747
// http://blogs.msdn.com/b/pfxteam/archive/2012/01/21/10259307.aspx

0 commit comments

Comments
 (0)