configure.ac: fix typo
authorMarko Sulejic <marko.sulejic@hale.at>
Fri, 3 Jul 2015 09:51:50 +0000 (11:51 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Sun, 5 Jul 2015 10:43:56 +0000 (05:43 -0500)
configure.ac

index 8cfaf4e18717f86f16fe3b1263336035b7317ef2..450cac19a7eeb43412788284e5a1a96416051b3a 100644 (file)
@@ -188,7 +188,7 @@ AC_ARG_WITH([provisiondb], AC_HELP_STRING([--with-provisiondb=FILE],
        [location of provision database]), [path_provisiondb=${withval}])
 
 AC_ARG_ENABLE(provision, AC_HELP_STRING([--disable-provision],
-                               [disable provisioning suport]),
+                               [disable provisioning support]),
                                        [enable_provision=${enableval}])
 if (test "${enable_provision}" != "no"); then
        if (test -n "${path_provisiondb}"); then