configure: Fix typo in coverage option help text

This commit is contained in:
Stefan Schmidt 2015-01-16 21:16:04 +01:00
parent c11cc5f47d
commit 97d78edeaf
1 changed files with 1 additions and 1 deletions

View 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])