Fix various typos.

The typos and their corrections were found with the
aid of https://github.com/lucasdemarchi/codespell.
This commit is contained in:
derAnfaenger
2017-11-09 16:26:38 +01:00
parent 4817ba44a4
commit 19bc55aa45
32 changed files with 39 additions and 39 deletions

View File

@@ -53,7 +53,7 @@ function get_old_messages_success(data, opts) {
return;
}
if (! data) {
// The server occationally returns no data during a
// The server occasionally returns no data during a
// restart. Ignore those responses and try again
setTimeout(function () {
exports.load_old_messages(opts);