Commit bed988a8 bed988a8e9bb758a590a8333f42c8cbd62718c4d by Rasmus Wriedt Larsen

Minor typo correction

1 parent ab8f3ded
......@@ -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");
......