aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ksba.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ksba.m4')
-rw-r--r--m4/ksba.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ksba.m4 b/m4/ksba.m4
index c9dab35de..348e5f92e 100644
--- a/m4/ksba.m4
+++ b/m4/ksba.m4
@@ -100,9 +100,9 @@ AC_DEFUN([_AM_PATH_GPGRT_CONFIG],[dnl
dnl AM_PATH_KSBA([MINIMUM-VERSION,
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for libksba and define KSBA_CFLAGS and KSBA_LIBS
-dnl MINIMUN-VERSION is a string with the version number optionalliy prefixed
+dnl MINIMUM-VERSION is a string with the version number optionally prefixed
dnl with the API version to also check the API compatibility. Example:
-dnl a MINIMUN-VERSION of 1:1.0.7 won't pass the test unless the installed
+dnl a MINIMUM-VERSION of 1:1.0.7 won't pass the test unless the installed
dnl version of libksba is at least 1.0.7 *and* the API number is 1. Using
dnl this features allows to prevent build against newer versions of libksba
dnl with a changed API.