mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
Fix comment spelling error
(imported from commit 347a860dfb0de2c49c2810f3aa041bc5c4f427d0)
This commit is contained in:
parent
36d953e2af
commit
b2eb4530d3
@ -674,7 +674,7 @@ function get_updates(options) {
|
||||
timeout: poll_timeout,
|
||||
success: function (data) {
|
||||
if (! data) {
|
||||
// The server occationally returns no data during a
|
||||
// The server occasionally returns no data during a
|
||||
// restart. Ignore those responses so the page keeps
|
||||
// working
|
||||
get_updates_timeout = setTimeout(get_updates, 0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user