stefan pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=7f0e8bc51dfb25377709db9486ae29a1db5bde6e
commit 7f0e8bc51dfb25377709db9486ae29a1db5bde6e Author: Stefan Schmidt <[email protected]> Date: Fri Jan 16 21:16:04 2015 +0100 configure: Fix typo in coverage option help text --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5b075e8..7408e64 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) --
