From b2eb4530d3029093a716f96cd23e3953fde8f8fb Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Thu, 14 Feb 2013 16:03:10 -0500 Subject: [PATCH] Fix comment spelling error (imported from commit 347a860dfb0de2c49c2810f3aa041bc5c4f427d0) --- zephyr/static/js/zephyr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index 2ed51a54ad..075cf7bfae 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -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);