Commit 8636c1e6 8636c1e6fbcc6e94049cbc74c56849ca8be7abfe by Mickaël Andrieu

Merge pull request #893 from r8k/typo

fix typo in cli.js
2 parents a50f6991 4f3703ef
......@@ -35,7 +35,7 @@ var utils = require('utils');
var system = require('system');
/**
* Extracts, normalize ad organize PhantomJS CLI arguments in a dedicated
* Extracts, normalize and organize PhantomJS CLI arguments in a dedicated
* Object.
*
* @param array phantomArgs system.args value
......