Skip to content

Commit afb6c0b

Browse files
authored
Merge pull request #10881 from changeworld/patch-13
Fix typo: signales -> signals
2 parents 19ca67f + 3451736 commit afb6c0b

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)