diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-04-08 15:02:10 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-04-08 15:02:10 -0500 |
| commit | 081b5a90bb255605a184b0de9583a4012b74e6d8 (patch) | |
| tree | ef497e4da7b84e790c3e0eddd674dd314de1a8c2 | |
| parent | f9de54be38be17456dae06408ed93f3416a6621f (diff) | |
| download | phosphor-led-sysfs-081b5a90bb255605a184b0de9583a4012b74e6d8.tar.gz phosphor-led-sysfs-081b5a90bb255605a184b0de9583a4012b74e6d8.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: I9f3925794f1a6318f1ec5172c2d10e18e9aedfa6
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
| -rw-r--r-- | argument.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argument.hpp b/argument.hpp index 28b2966..9c91615 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 |

