From: Jens Georg Date: Thu, 3 May 2012 17:33:01 +0000 (+0200) Subject: vala.m4: Fix typo X-Git-Tag: 0.17.4~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de32f1f53cc303b0a288437ce16d6c0fdcba83dc;p=thirdparty%2Fvala.git vala.m4: Fix typo Fixes bug 675388. --- diff --git a/vala.m4 b/vala.m4 index 6fbb10aba..1d80ffa68 100644 --- a/vala.m4 +++ b/vala.m4 @@ -104,7 +104,7 @@ AC_DEFUN([VALA_CHECK_MODULES], if test $pkg_failed = yes; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_ERROR( - [Package requiresments ($2) were not met.])dnl + [Package requirements ($2) were not met.])dnl ]) else AC_MSG_RESULT([yes])