about summary refs log tree commit diff
path: root/editors/code/src
diff options
context:
space:
mode:
authorSeivan Heidari <seivan.heidari@icloud.com>2019-11-05 00:26:49 +0100
committerSeivan Heidari <seivan.heidari@icloud.com>2019-11-05 00:26:49 +0100
commit6012bbfc514dd086f422afffa23f8713ccc09854 (patch)
tree18d3d534ff879cb9c0e9d9383a4cfcb5a3912dbe /editors/code/src
parentec82ca8391603edad974191ec839e2ad8a4234c0 (diff)
downloadrust-6012bbfc514dd086f422afffa23f8713ccc09854.tar.gz
rust-6012bbfc514dd086f422afffa23f8713ccc09854.zip
Fix typo.
Diffstat (limited to 'editors/code/src')
-rw-r--r--editors/code/src/highlighting.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/highlighting.ts b/editors/code/src/highlighting.ts
index b184437fc95..3f509e8ee2a 100644
--- a/editors/code/src/highlighting.ts
+++ b/editors/code/src/highlighting.ts
@@ -77,7 +77,7 @@ export class Highlighter {
                 console.log(' ');
                 console.log('Missing theme for: <"' + tag + '"> for following mapped scopes:');
                 console.log(scopesMapper.find(tag));
-                console.log('Falling back to values defiend in: ' + fallBackTag);
+                console.log('Falling back to values defined in: ' + fallBackTag);
                 console.log(' ');
                 const color = new vscode.ThemeColor(fallBackTag);
                 const decor = vscode.window.createTextEditorDecorationType({