aboutsummaryrefslogtreecommitdiffstats
path: root/m4/libgcrypt.m4
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2018-10-25 20:52:58 +0000
committerDaniel Kahn Gillmor <[email protected]>2018-10-25 20:53:05 +0000
commita7c5d65eb50355274c1b5b047c02c653f518900a (patch)
treed6c8de429f986735973a2ca6a653dad22af06e34 /m4/libgcrypt.m4
parentheaders: fix spelling (diff)
downloadgnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.tar.gz
gnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.zip
all: fix more spelling errors
Diffstat (limited to 'm4/libgcrypt.m4')
-rw-r--r--m4/libgcrypt.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4
index d89fe1137..dd167f814 100644
--- a/m4/libgcrypt.m4
+++ b/m4/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 MINIMUM-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 MINIMUM-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