mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
Fix various typos.
The typos and their corrections were found with the aid of https://github.com/lucasdemarchi/codespell.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user