Commit 4f3703ef 4f3703efa0e7bbb5d068c4f64cb916f72e24aebb by Rajiv Kilaparti

fix typo in cli.js

 * update ad ==> and on L38
1 parent a50f6991
...@@ -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
......