All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure.ac: Little typo.
@ 2015-07-03  9:51 Marko Sulejic
  2015-07-05 10:45 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Marko Sulejic @ 2015-07-03  9:51 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8cfaf4e..450cac1 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
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-05 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-03  9:51 [PATCH] configure.ac: Little typo Marko Sulejic
2015-07-05 10:45 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.