Skip to content

Commit 12f7a0c

Browse files
committed
Merge pull request #2090 from hmemcpy/patch-2
Fixing a typo
2 parents d6344b6 + caa45cc commit 12f7a0c

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)