From: Phillip Lamplugh Date: Fri, 27 Mar 2015 17:16:32 +0000 (-0700) Subject: doc: fix spelling error in feature flags X-Git-Tag: v1.6.3~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbccf8d3ed69f6b4ce17a616be780a891543403c;p=platform%2Fupstream%2Fnodejs.git doc: fix spelling error in feature flags PR-URL: https://github.com/iojs/io.js/pull/1286 Reviewed-By: Ben Noordhuis --- diff --git a/doc/iojs.1 b/doc/iojs.1 index 57e8c2e..901f43a 100644 --- a/doc/iojs.1 +++ b/doc/iojs.1 @@ -81,7 +81,7 @@ If set to 1 then colors will not be used in the REPL. type: bool default: false --harmony (enable all completed harmony features) type: bool default: false - --harmony_shipping (enable all shipped harmony fetaures) + --harmony_shipping (enable all shipped harmony features) type: bool default: true --harmony_modules (enable "harmony modules (implies block scoping)" (in progress)) type: bool default: false