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'); ...@@ -35,7 +35,7 @@ var utils = require('utils');
35 var system = require('system'); 35 var system = require('system');
36 36
37 /** 37 /**
38 * Extracts, normalize ad organize PhantomJS CLI arguments in a dedicated 38 * Extracts, normalize and organize PhantomJS CLI arguments in a dedicated
39 * Object. 39 * Object.
40 * 40 *
41 * @param array phantomArgs system.args value 41 * @param array phantomArgs system.args value
......