From: Stefan Schmidt Date: Fri, 16 Jan 2015 20:16:04 +0000 (+0100) Subject: configure: Fix typo in coverage option help text X-Git-Tag: v1.13.0-beta1~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f0e8bc51dfb25377709db9486ae29a1db5bde6e;p=platform%2Fupstream%2Felementary.git configure: Fix typo in coverage option help text --- 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])