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 + });