diff options
| author | Max <me@mkor.je> | 2024-08-20 15:12:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 15:12:12 +0000 |
| commit | cefca7a7d849bc4136fe314fe59a49b70219dbd7 (patch) | |
| tree | 28818df2035762251c29ba0295a48fab4284eec1 /tools | |
| parent | 986d624b3a19df757b1ad05576cc0fb1d78dc2d4 (diff) | |
Fix typos (#4784)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/test-helper/src/extension.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-helper/src/extension.ts b/tools/test-helper/src/extension.ts index 15d4197a..8d8a155f 100644 --- a/tools/test-helper/src/extension.ts +++ b/tools/test-helper/src/extension.ts @@ -24,7 +24,7 @@ class TestHelper { // The current zoom scale. scale = 1.0; - // The extention's status bar item. + // The extension's status bar item. statusItem: vscode.StatusBarItem; // The active message of the status item. |
