To correct word spell
This commit is contained in:
parent
f8b39bea63
commit
912aaaa9d2
|
|
@ -1913,7 +1913,7 @@
|
|||
}
|
||||
}
|
||||
catch (e) {
|
||||
connection.log("Error occured when stopping foreverFrame transport. Message = " + e.message + ".");
|
||||
connection.log("Error occurred when stopping foreverFrame transport. Message = " + e.message + ".");
|
||||
}
|
||||
}
|
||||
$(connection.frame).remove();
|
||||
|
|
@ -2141,7 +2141,7 @@
|
|||
));
|
||||
|
||||
|
||||
// This will only ever pass after an error has occured via the poll ajax procedure.
|
||||
// This will only ever pass after an error has occurred via the poll ajax procedure.
|
||||
if (reconnecting && raiseReconnect === true) {
|
||||
// We wait to reconnect depending on how many times we've failed to reconnect.
|
||||
// This is essentially a heuristic that will exponentially increase in wait time before
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -622,7 +622,7 @@ $.extend($.validator, {
|
|||
return false;
|
||||
}
|
||||
} catch(e) {
|
||||
this.settings.debug && window.console && console.log("exception occured when checking element " + element.id
|
||||
this.settings.debug && window.console && console.log("exception occurred when checking element " + element.id
|
||||
+ ", check the '" + rule.method + "' method", e);
|
||||
throw e;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ namespace E2ETests
|
|||
catch (Exception exception)
|
||||
{
|
||||
//Ignore if there is failure in cleanup.
|
||||
logger.LogWarning("Error occured while dropping database {0}. Exception : {1}", databaseName, exception.ToString());
|
||||
logger.LogWarning("Error occurred while dropping database {0}. Exception : {1}", databaseName, exception.ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue