summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarko Sulejic <marko.sulejic@hale.at>2015-07-03 11:51:50 +0200
committerDenis Kenzior <denkenz@gmail.com>2015-07-05 05:43:56 -0500
commitf2c474c55ac7aff9092a4370edbe1c158f62a2ef (patch)
tree0b5879e429be59773ad793369969864f4d9fa1fe /configure.ac
parent58076d9a00cf29726932e31d5d4426281d7d8d5a (diff)
downloadofono-f2c474c55ac7aff9092a4370edbe1c158f62a2ef.tar.bz2
configure.ac: fix typo
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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