diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2017-10-25 16:23:31 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2017-10-25 16:24:16 -0500 |
| commit | b29fb688b7baed1503d7e5be2546505361d4cbb6 (patch) | |
| tree | 7fb291ceadc3b82e9a041ddfe958359eea789c62 | |
| parent | c74ca6c9e3478be860ee7d157762eddc0ff4b081 (diff) | |
| download | openpower-vpd-parser-b29fb688b7baed1503d7e5be2546505361d4cbb6.tar.gz openpower-vpd-parser-b29fb688b7baed1503d7e5be2546505361d4cbb6.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: Ifc618929a9f79ba2cfc7241a89daabe0ad296650
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
| -rw-r--r-- | configure.ac | 2 | ||||
| -rwxr-xr-x | writefru.mako.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 246d88f..99191bd 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ PKG_CHECK_MODULES([SDBUSPLUS], [sdbusplus],,\ PKG_CHECK_MODULES([PHOSPHOR_LOGGING], [phosphor-logging],,\ AC_MSG_ERROR(["Requires phosphor-logging package."])) -# Surpress the --with-libtool-sysroot error +# Suppress the --with-libtool-sysroot error LT_INIT # Checks for typedefs, structures, and compiler characteristics. diff --git a/writefru.mako.hpp b/writefru.mako.hpp index fe84856..786edbd 100755 --- a/writefru.mako.hpp +++ b/writefru.mako.hpp @@ -21,7 +21,7 @@ namespace inventory { /** @brief API to write parsed VPD to inventory, - * for a specifc FRU + * for a specific FRU * * @param [in] vpdStore - Store object containing * parsed VPD |

