From 4133daf5005177419c7d2b9ad385099a7b85feb0 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Sun, 8 Apr 2018 16:28:21 -0500 Subject: 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: Ic91925be70a9577aaf746223320ab704acb9c3aa Signed-off-by: Gunnar Mills --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1610e1f..9e40b41 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AS_IF([test "x$enable_install_scripts" != "xyes"], [ AM_PATH_PYTHON([2.7], [AC_SUBST([PYTHON], [echo "$PYTHON"])], [AC_MSG_ERROR( [Could not find python-2.7 installed...python-2.7 is required])]) - # Surpress the --with-libtool-sysroot error + # Suppress the --with-libtool-sysroot error LT_INIT # Checks for libraries. -- cgit v1.2.1