From 7e16921eff3706b58141ad5d5c0ab0b99a95b3ed Mon Sep 17 00:00:00 2001 From: Phillip Lamplugh Date: Fri, 27 Mar 2015 10:16:32 -0700 Subject: [PATCH] doc: fix spelling error in feature flags --- deps/v8/src/flag-definitions.h | 2 +- doc/iojs.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/v8/src/flag-definitions.h b/deps/v8/src/flag-definitions.h index 348a52e73a17eb..a9adf0e9371c53 100644 --- a/deps/v8/src/flag-definitions.h +++ b/deps/v8/src/flag-definitions.h @@ -167,7 +167,7 @@ DEFINE_BOOL(use_strict, false, "enforce strict mode") DEFINE_BOOL(es_staging, false, "enable all completed harmony features") DEFINE_BOOL(harmony, false, "enable all completed harmony features") -DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony fetaures") +DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features") DEFINE_IMPLICATION(harmony, es_staging) DEFINE_IMPLICATION(es_staging, harmony) diff --git a/doc/iojs.1 b/doc/iojs.1 index 57e8c2ed91733d..901f43aff50204 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