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>
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([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.