From 75071b6b8bede65eaa3b11f6908c1b9aebff9776 Mon Sep 17 00:00:00 2001 From: cahrens Date: Tue, 15 Oct 2013 13:03:04 -0400 Subject: [PATCH] Typo. --- cms/static/js/views/import.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/static/js/views/import.js b/cms/static/js/views/import.js index 1675a33506..ca9d9bbe05 100644 --- a/cms/static/js/views/import.js +++ b/cms/static/js/views/import.js @@ -40,7 +40,7 @@ define( }; /** - * Check for import status updates every `timemout` milliseconds, and update + * Check for import status updates every `timeout` milliseconds, and update * the page accordingly. * @param {string} url Url to call for status updates. * @param {int} timeout Number of milliseconds to wait in between ajax calls @@ -170,4 +170,4 @@ define( }); return CourseImport; - }); \ No newline at end of file + });