]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: symmetry
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:57:10 +0000 (16:57 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:57:10 +0000 (16:57 -0400)
configure.ac

index ec2f0119621287ff7742c9581cfe994e288a9121..628bde612cb83a6e329c751f595ee964e8791ddf 100644 (file)
@@ -114,7 +114,7 @@ AC_LANG([C++])
 AM_CONDITIONAL(USE_GXX, test "X${GXX}" = "Xyes")
 AC_CHECK_DECL([__SUNPRO_CC], [SUNCXX="yes"], [SUNCXX="no"])
 AC_CHECK_DECL([__clang__], [CLANGPP="yes"], [CLANGPP="no"])
-# USE_CLANGPP is no longer used, keep it by summetry with USE_GXX?
+# USE_CLANGPP is no longer used, keep it by symmetry with USE_GXX?
 AM_CONDITIONAL(USE_CLANGPP, test "X${CLANGPP}" = "Xyes")
 
 # Check for C++11 features support