diff --git a/index.js b/index.js index a3849bce..9e4da0c1 100644 --- a/index.js +++ b/index.js @@ -136,7 +136,7 @@ function parse (args, opts) { var next var value - // -- seperated by = + // -- separated by = if (arg.match(/^--.+=/) || ( !configuration['short-option-groups'] && arg.match(/^-.+=/) )) {