Skip to content

Commit 258cb55

Browse files
author
Dave Bartolomeo
committed
Fix the _other_ typo
1 parent b358f11 commit 258cb55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/legacy-query-server/run-queries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ function translateLegacyResult(
292292
break;
293293
case messages.QueryResultType.TIMEOUT:
294294
// This is the only legacy result type that doesn't exist for the new query server. Format the
295-
// messasge here, and let the later code treat it as `OTHER_ERROR`.
295+
// message here, and let the later code treat it as `OTHER_ERROR`.
296296
newResultType = newMessages.QueryResultType.OTHER_ERROR;
297297
newMessage = `timed out after ${Math.round(
298298
legacyResult.evaluationTime / 1000,

0 commit comments

Comments
 (0)