summaryrefslogtreecommitdiff
path: root/waterfox-g/debian/spellcheck.js
blob: ddd9a6e5e64460cca9dfa6bbb9a0e84516912bde (plain)
1
2
// Use system's dictionaries
pref("spellchecker.dictionary_path", "/usr/share/hunspell");
bgstack15