From ebd238a9dba27de5ece2b3f92ed531d4d998e7ee Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Thu, 16 Nov 2017 10:36:46 -0500 Subject: [PATCH] Spelling fixes --- include/CLI/App.hpp | 24 ++++++++++++------------ include/CLI/Option.hpp | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/include/CLI/App.hpp b/include/CLI/App.hpp index 5fc02f43..ecb0b48a 100644 --- a/include/CLI/App.hpp +++ b/include/CLI/App.hpp @@ -66,7 +66,7 @@ class App { /// If true, allow extra arguments (ie, don't throw an error). bool allow_extras_{false}; - /// If true, return immediatly on an unrecognised option (implies allow_extras) + /// If true, return immediately on an unrecognised option (implies allow_extras) bool prefix_command_{false}; /// This is a function that runs when complete. Great for subcommands. Can throw. @@ -93,7 +93,7 @@ class App { /// This is faster and cleaner than storing just a list of strings and reparsing. This may contain the -- separator. missing_t missing_; - /// This is a list of pointers to options with the orignal parse order + /// This is a list of pointers to options with the original parse order std::vector