Skip to content

Commit 3451736

Browse files
committed
Fix typo: signales -> signals
1 parent ca2e738 commit 3451736

File tree

1 file changed

+2
-2
lines changed
  • docs/snippets/csharp/VS_Snippets_VBCSharp/toolwindowsearch/cs/testtoolwindowsearch_integrationtests/integrationtest library

1 file changed

+2
-2
lines changed

docs/snippets/csharp/VS_Snippets_VBCSharp/toolwindowsearch/cs/testtoolwindowsearch_integrationtests/integrationtest library/dialogboxpurger.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ internal class DialogBoxPurger : IDisposable
3535
private int buttonAction;
3636

3737
/// <summary>
38-
/// Thread signales to the calling thread that it is done.
38+
/// Thread signals to the calling thread that it is done.
3939
/// </summary>
4040
private bool exitThread = false;
4141

4242
/// <summary>
43-
/// Calling thread signales to this thread to die.
43+
/// Calling thread signals to this thread to die.
4444
/// </summary>
4545
private AutoResetEvent threadDone = new AutoResetEvent(false);
4646

0 commit comments

Comments
 (0)