Commit 3b7575e3 3b7575e3a52f6f7e6ab7ddfb8d52660e102b379e by Nicolas Perriault

Merge pull request #487 from Tadwork/patch-1

spelling fix
2 parents b6edadf7 5a39d44d
......@@ -40,7 +40,7 @@ casper.echo("Let the match begin between \"" + (terms.join('", "')) + "\"!");
casper.start("http://google.fr/");
casper.each(terms, function(casper, term, i) {
this.echo('Fecthing score for ' + term);
this.echo('Fetching score for ' + term);
this.then(function() {
this.fill('form[action="/search"]', {q: term}, true);
});
......