Commit 5a39d44d 5a39d44d475bb31d011f6a2c508cdbe8fbe0f28f by Tzvi Friedman

spelling fix

1 parent b6edadf7
......@@ -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);
});
......