*: fix spelling mistakes found by codespell

This commit is contained in:
Björn Daase 2020-08-19 09:34:58 +02:00
parent f1d9e767e0
commit 1d02b8b70b
17 changed files with 19 additions and 19 deletions

View file

@ -381,7 +381,7 @@ I can send email through smtp.gmail.com:587 or through <a href="https://www.gmai
));
assert(!Util.JS.to_bool(run_javascript(
@"ComposerPageState.containsKeywords('http://something/esle.sf2', $complete_keys, $suffix_keys);"
@"ComposerPageState.containsKeywords('http://something/else.sf2', $complete_keys, $suffix_keys);"
).get_js_value()
));