You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/snippets/csharp/VS_Snippets_VBCSharp/toolwindowsearch/cs/testtoolwindowsearch_integrationtests/integrationtest library/dialogboxpurger.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,12 @@ internal class DialogBoxPurger : IDisposable
35
35
privateintbuttonAction;
36
36
37
37
/// <summary>
38
-
/// Thread signales to the calling thread that it is done.
38
+
/// Thread signals to the calling thread that it is done.
39
39
/// </summary>
40
40
privateboolexitThread=false;
41
41
42
42
/// <summary>
43
-
/// Calling thread signales to this thread to die.
0 commit comments