]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4533] Fix up some typos in the comments
authorShawn Routhier <sar@isc.org>
Thu, 11 Aug 2016 05:58:33 +0000 (22:58 -0700)
committerShawn Routhier <sar@isc.org>
Thu, 11 Aug 2016 05:58:33 +0000 (22:58 -0700)
configure.ac

index bb88373bcf3d3e8f41ed8cb1aedf6d192db51ced..609cf8a8c88439b38d5d3ea5f620bda72c8cee5f 100644 (file)
@@ -205,16 +205,16 @@ KEA_CXXFLAGS="$KEA_CXXFLAGS $MULTITHREADING_FLAG"
 # Disable -Werror by default. Only use it if specifically enabled.
 # The usage of this flag is:
 #
-# No flag:           -Werror is disabled
-# --with-werror:     -Werror is enabled
-# --with-werror=yes: -Werror is enabled
-# --with-werror=no:  -Werror is disabled
-# --With-error=value -Werror is enabled and "value" is included in the compiler flags
+# No flag:            -Werror is disabled
+# --with-werror:      -Werror is enabled
+# --with-werror=yes:  -Werror is enabled
+# --with-werror=no:   -Werror is disabled
+# --with-werror=value -Werror is enabled and "value" is included in the compiler flags
 #
 # In the last case, "value" may be one or more compiler flags, e.g.
 
 # --with-werror=-Wundef
-# --with-error='-Wundef -Wconversion'
+# --with-werror='-Wundef -Wconversion'
 
 werror_extras=
 AC_ARG_WITH(werror,