Fix comment spelling error

(imported from commit 347a860dfb0de2c49c2810f3aa041bc5c4f427d0)
This commit is contained in:
Zev Benjamin 2013-02-14 16:03:10 -05:00
parent 36d953e2af
commit b2eb4530d3

View File

@ -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);