summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 15:02:08 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 15:02:08 -0500
commite0573e2e389a3ba1f974ae2ab0c71526634256c8 (patch)
tree73e375eaa367fb2b87e49309dd26d2660ec2c25e
parentb67570a822d8a746c89023312f2f95e034b9c449 (diff)
downloadphosphor-gpio-monitor-e0573e2e389a3ba1f974ae2ab0c71526634256c8.tar.gz
phosphor-gpio-monitor-e0573e2e389a3ba1f974ae2ab0c71526634256c8.zip
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I726975922b185adefa65010ff60c391f143570ba Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--argument.hpp2
-rw-r--r--gpio-util/argument.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/argument.hpp b/argument.hpp
index a6cccc7..3debea5 100644
--- a/argument.hpp
+++ b/argument.hpp
@@ -21,7 +21,7 @@ class ArgumentParser
ArgumentParser(ArgumentParser&&) = default;
ArgumentParser& operator=(ArgumentParser&&) = default;
- /** @brief Contructs Argument object
+ /** @brief Constructs Argument object
*
* @param argc - the main function's argc passed as is
* @param argv - the main function's argv passed as is
diff --git a/gpio-util/argument.hpp b/gpio-util/argument.hpp
index a6cccc7..3debea5 100644
--- a/gpio-util/argument.hpp
+++ b/gpio-util/argument.hpp
@@ -21,7 +21,7 @@ class ArgumentParser
ArgumentParser(ArgumentParser&&) = default;
ArgumentParser& operator=(ArgumentParser&&) = default;
- /** @brief Contructs Argument object
+ /** @brief Constructs Argument object
*
* @param argc - the main function's argc passed as is
* @param argv - the main function's argv passed as is
OpenPOWER on IntegriCloud