diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-13 09:58:45 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-12-14 01:32:22 +0100 |
commit | fa6ea25708aa0441fa04c3fca012080f234c6a31 (patch) | |
tree | 59773a18b2f699b9a76d95ceca1b837df8fc454a /m4 | |
parent | 6df6c576cae880a1645f6a0514a1e10e99cac2f7 (diff) |
Fix typos
Change-Id: I09e511f35d32b25683811f3a39c833779f3b61fe
Reviewed-on: https://gerrit.libreoffice.org/46370
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/libgcrypt.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4 index 2c79027c7894..1be2fe61fed7 100644 --- a/m4/libgcrypt.m4 +++ b/m4/libgcrypt.m4 @@ -13,7 +13,7 @@ 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 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 |