diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-16 22:21:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-18 07:44:59 +0200 |
commit | 0501869949b65b27303a41fd235a6ec32a4c90a7 (patch) | |
tree | 9ec23a6845898d00fcd734496ec636d84b7de15c /m4/libgcrypt.m4 | |
parent | 713c80b46053567977b53651ee057ce7d6f84bd3 (diff) |
Fix typos
Change-Id: I795059109e23800987cda6f04c58ab18c488ad07
Reviewed-on: https://gerrit.libreoffice.org/41242
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'm4/libgcrypt.m4')
-rw-r--r-- | m4/libgcrypt.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4 index 831dc0c6f439..2c79027c7894 100644 --- a/m4/libgcrypt.m4 +++ b/m4/libgcrypt.m4 @@ -13,9 +13,9 @@ dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 MINIMUM-VERSION is a string with the version number optionalliy 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 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 dnl this features allows to prevent build against newer versions of libgcrypt dnl with a changed API. |