Commit 9f1b76d2 9f1b76d25b0f038a75472986dd218eb898355782 by Mickaël Andrieu

Merge pull request #1092 from RasmusWL/patch-1

Minor typo correction
2 parents ab8f3ded bed988a8
......@@ -568,7 +568,7 @@ Casper.prototype.die = function die(message, status) {
this.result.status = "error";
this.result.time = new Date().getTime() - this.startTime;
if (!utils.isString(message) || !message.length) {
message = "Suite explicitely interrupted without any message given.";
message = "Suite explicitly interrupted without any message given.";
}
this.log(message, "error");
this.echo(message, "ERROR");
......