summaryrefslogtreecommitdiff
path: root/vala.m4
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-05-03 19:33:01 +0200
committerJürg Billeter <j@bitron.ch>2012-07-27 19:30:46 +0200
commitde32f1f53cc303b0a288437ce16d6c0fdcba83dc (patch)
tree66f87d8b21992a202fd9f1430da64c50707b1405 /vala.m4
parent6a5ea3b5192f53f3e1249318443ba723649a14cf (diff)
downloadvala-de32f1f53cc303b0a288437ce16d6c0fdcba83dc.tar.gz
vala.m4: Fix typo
Fixes bug 675388.
Diffstat (limited to 'vala.m4')
-rw-r--r--vala.m42
1 files changed, 1 insertions, 1 deletions
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])