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 9158b3b94..1b2d60faf 100644
--- a/src/webview/spellchecker.js
+++ b/src/webview/spellchecker.js
@@ -5,7 +5,7 @@ import path from 'path';
5import { DICTIONARY_PATH } from '../config'; 5import { DICTIONARY_PATH } from '../config';
6import { SPELLCHECKER_LOCALES } from '../i18n/languages'; 6import { SPELLCHECKER_LOCALES } from '../i18n/languages';
7 7
8const debug = require('debug')('Franz:spellchecker'); 8const debug = require('debug')('Ferdi:spellchecker');
9 9
10let provider; 10let provider;
11let currentDict; 11let currentDict;