Fixed all instances of "occured" typo

This commit is contained in:
Giulio Gratta
2014-01-24 16:13:26 -08:00
parent 80d54afdae
commit 0429ba7da3
10 changed files with 10 additions and 10 deletions

View File

@@ -124,7 +124,7 @@ define(
/**
* Give error message at the list element that corresponds to the stage
* where the error occurred.
* @param {int} stageNo Stage of import process at which error occured.
* @param {int} stageNo Stage of import process at which error occurred.
* @param {string} msg Error message to display.
*/
stageError: function (stageNo, msg) {