aboutsummaryrefslogtreecommitdiffstats
path: root/m4/ntbtls.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/ntbtls.m4
parentheaders: fix spelling (diff)
downloadgnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.tar.gz
gnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.zip
all: fix more spelling errors
Diffstat (limited to '')
-rw-r--r--m4/ntbtls.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ntbtls.m4 b/m4/ntbtls.m4
index 0a30d9200..4a4b5da30 100644
--- a/m4/ntbtls.m4
+++ b/m4/ntbtls.m4
@@ -14,7 +14,7 @@ dnl AM_PATH_NTBTLS([MINIMUM-VERSION,
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl
dnl Test for NTBTLS and define NTBTLS_CFLAGS and NTBTLS_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 ntbtls is at least 1.2.5 *and* the API number is 1. Using