To correct word spell

This commit is contained in:
あまみや ゆうこ 2015-10-06 22:08:26 +08:00 committed by Kiran Challa
parent f8b39bea63
commit 912aaaa9d2
4 changed files with 5 additions and 5 deletions

View File

@ -1913,7 +1913,7 @@
} }
} }
catch (e) { 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(); $(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) { if (reconnecting && raiseReconnect === true) {
// We wait to reconnect depending on how many times we've failed to reconnect. // 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 // This is essentially a heuristic that will exponentially increase in wait time before

File diff suppressed because one or more lines are too long

View File

@ -622,7 +622,7 @@ $.extend($.validator, {
return false; return false;
} }
} catch(e) { } 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); + ", check the '" + rule.method + "' method", e);
throw e; throw e;
} }

View File

@ -34,7 +34,7 @@ namespace E2ETests
catch (Exception exception) catch (Exception exception)
{ {
//Ignore if there is failure in cleanup. //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());
} }
} }
} }