configure: Fix typo in coverage option help text
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 16 Jan 2015 20:16:04 +0000 (21:16 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 16 Jan 2015 20:16:04 +0000 (21:16 +0100)
configure.ac

index 5b075e8..7408e64 100644 (file)
@@ -39,7 +39,7 @@ AC_ARG_ENABLE([cxx-bindings],
 # Tests
 
 AC_ARG_WITH([tests],
-   [AS_HELP_STRING([--with-tests=none|regular|coverate],
+   [AS_HELP_STRING([--with-tests=none|regular|coverage],
                    [choose elementary testing method: regular, coverage or none @<:@default=none@:>@])],
    [build_tests=${withval}],
    [build_tests=auto])