From de32f1f53cc303b0a288437ce16d6c0fdcba83dc Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Thu, 3 May 2012 19:33:01 +0200 Subject: [PATCH] vala.m4: Fix typo Fixes bug 675388. --- vala.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.47.2