summaryrefslogtreecommitdiff
path: root/src/libgcrypt.m4
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2020-03-31 12:56:24 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2020-03-31 12:56:24 -0400
commite16e7e619183f36720d17855419860d1dc6fe3a5 (patch)
tree57194de6ffa0d2452d75ea0613b4b02f27f2ae65 /src/libgcrypt.m4
parent3441f4c94c49a589c5e323b1526d2d6b5974cf2f (diff)
downloadlibgcrypt-e16e7e619183f36720d17855419860d1dc6fe3a5.tar.gz
libgcrypt.m4: Fix spelling
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'src/libgcrypt.m4')
-rw-r--r--src/libgcrypt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgcrypt.m4 b/src/libgcrypt.m4
index 37dfbea2..9851b67e 100644
--- a/src/libgcrypt.m4
+++ b/src/libgcrypt.m4
@@ -15,7 +15,7 @@
dnl AM_PATH_LIBGCRYPT([MINIMUM-VERSION,
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for libgcrypt and define LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS.
-dnl MINIMUN-VERSION is a string with the version number optionalliy prefixed
+dnl MINIMUN-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.2.5 won't pass the test unless the installed
dnl version of libgcrypt is at least 1.2.5 *and* the API number is 1. Using