From 11bc92c4a0210a7fcea337b410fc390f2870a96c Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Fri, 3 Nov 2017 11:53:13 -0700 Subject: [PATCH] Fix Microsoft/vscode#37627 --- src/client/unittests/common/baseTestManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/unittests/common/baseTestManager.ts b/src/client/unittests/common/baseTestManager.ts index c31935f377c1..a071854af4ef 100644 --- a/src/client/unittests/common/baseTestManager.ts +++ b/src/client/unittests/common/baseTestManager.ts @@ -109,7 +109,7 @@ export abstract class BaseTestManager { } }); if (haveErrorsInDiscovering && !quietMode) { - displayTestErrorMessage('There were some errors in disovering unit tests'); + displayTestErrorMessage('There were some errors in discovering unit tests'); } storeDiscoveredTests(tests); this.disposeCancellationToken(CancellationTokenType.testDicovery);