diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 22:52:58 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-10-25 22:53:05 +0200 |
commit | a7c5d65eb50355274c1b5b047c02c653f518900a (patch) | |
tree | d6c8de429f986735973a2ca6a653dad22af06e34 /m4 | |
parent | headers: fix spelling (diff) | |
download | gnupg2-a7c5d65eb50355274c1b5b047c02c653f518900a.tar.xz gnupg2-a7c5d65eb50355274c1b5b047c02c653f518900a.zip |
all: fix more spelling errors
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gpg-error.m4 | 2 | ||||
-rw-r--r-- | m4/ksba.m4 | 2 | ||||
-rw-r--r-- | m4/libgcrypt.m4 | 2 | ||||
-rw-r--r-- | m4/ntbtls.m4 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4 index 1661204c2..8ba24b71a 100644 --- a/m4/gpg-error.m4 +++ b/m4/gpg-error.m4 @@ -17,7 +17,7 @@ dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) dnl dnl Test for libgpg-error and define GPG_ERROR_CFLAGS, GPG_ERROR_LIBS, dnl GPG_ERROR_MT_CFLAGS, and GPG_ERROR_MT_LIBS. The _MT_ variants are -dnl used for programs requireing real multi thread support. +dnl used for programs requiring real multi thread support. dnl dnl If a prefix option is not used, the config script is first dnl searched in $SYSROOT/bin and then along $PATH. If the used diff --git a/m4/ksba.m4 b/m4/ksba.m4 index 3e14e6744..8cb49a391 100644 --- a/m4/ksba.m4 +++ b/m4/ksba.m4 @@ -13,7 +13,7 @@ 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 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.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 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 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 |