diff options
author | Andre Heinecke <[email protected]> | 2017-12-08 04:59:11 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2017-12-08 04:59:11 +0000 |
commit | 7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06 (patch) | |
tree | eec53d15eec31d2dffa85058c91ee44827f7932c /acinclude.m4 | |
parent | cpp: Fix handling of lsig promotion (diff) | |
download | gpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.tar.gz gpgme-7b5182f2889310fc43d5fe05e7ec1ffd3c1f7b06.zip |
Spelling fixes for comments and doc
--
Patch provided by ka7 in dev.gnupg.org
Differential D423
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 575e526f..cd2c83ac 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -60,7 +60,7 @@ AC_DEFUN([GNUPG_CHECK_VA_COPY], ]) dnl LIST_MEMBER() -dnl Check wether an element ist contained in a list. Set `found' to +dnl Check whether an element ist contained in a list. Set `found' to dnl `1' if the element is found in the list, to `0' otherwise. AC_DEFUN([LIST_MEMBER], [ |