This commit is contained in:
cahrens
2013-10-15 13:03:04 -04:00
parent 5dd8e49179
commit 75071b6b8b

View File

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