summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/test-helper/src/extension.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-helper/src/extension.ts b/tools/test-helper/src/extension.ts
index 8d8a155f..1f2cbd26 100644
--- a/tools/test-helper/src/extension.ts
+++ b/tools/test-helper/src/extension.ts
@@ -371,7 +371,7 @@ class TestHelper {
);
}
- // Confgiures whether the run and save buttons are enabled.
+ // Configures whether the run and save buttons are enabled.
private setRunButtonEnabled(enabled: boolean) {
vscode.commands.executeCommand(
"setContext",