From: Marko Sulejic Date: Fri, 3 Jul 2015 09:51:50 +0000 (+0200) Subject: configure.ac: fix typo X-Git-Tag: upstream/1.17~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2c474c55ac7aff9092a4370edbe1c158f62a2ef;p=platform%2Fupstream%2Fofono.git configure.ac: fix typo --- diff --git a/configure.ac b/configure.ac index 8cfaf4e1..450cac19 100644 --- a/configure.ac +++ b/configure.ac @@ -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