Commit aaf83a53 aaf83a53bc402c5ca6ec5632a10bf429c7d25a02 by Nicolas Perriault

typo

1 parent 22f5e13f
......@@ -71,7 +71,7 @@ phantom.loadCasper = function loadCasper() {
}
if (!phantom.casperPath) {
console.error("Couldn't find not compute phantom.casperPath, exiting.");
console.error("Couldn't find nor compute phantom.casperPath, exiting.");
phantom.exit(1);
}
......