diff --git a/legacy/elementary/configure.ac b/legacy/elementary/configure.ac index 5b075e8708..7408e648e7 100644 --- a/legacy/elementary/configure.ac +++ b/legacy/elementary/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])