aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/spellchecker.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/spellchecker.js')
-rw-r--r--src/webview/spellchecker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/spellchecker.js b/src/webview/spellchecker.js
index 06cbd283a..27380676d 100644
--- a/src/webview/spellchecker.js
+++ b/src/webview/spellchecker.js
@@ -6,7 +6,7 @@ import { readFileSync } from 'fs';
6import { DICTIONARY_PATH } from '../config'; 6import { DICTIONARY_PATH } from '../config';
7import { SPELLCHECKER_LOCALES } from '../i18n/languages'; 7import { SPELLCHECKER_LOCALES } from '../i18n/languages';
8 8
9const debug = require('debug')('Franz:spellchecker'); 9const debug = require('debug')('Ferdi:spellchecker');
10 10
11let provider; 11let provider;
12let currentDict; 12let currentDict;