summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-04-28 09:27:00 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2017-04-28 09:27:00 +0900
commit9b651fb632f3697e70685c9ee340ab0cb2274bdf (patch)
treef8d32662197433f86b33b9ed9a2063e7517e79f0 /acinclude.m4
parent719468e53133d3bdf12156c5bfdea2bf15f9f6f1 (diff)
downloadlibgcrypt-9b651fb632f3697e70685c9ee340ab0cb2274bdf.tar.gz
Spelling fixes in docs and comments.
-- GnuPG-bug-id: 3120 Reported-by: ka7 (klemens) Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index dcdadfd3..fc208c53 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -29,7 +29,7 @@ define([GCRY_MSG_SHOW],
dnl GCRY_MSG_WRAP(PREFIX, ALGOLIST)
dnl Print a nicely formatted list of algorithms
-dnl with an approriate line wrap.
+dnl with an appropriate line wrap.
dnl
define([GCRY_MSG_WRAP],
[
@@ -275,7 +275,7 @@ AC_CHECK_TOOL(AS, as, false)
])
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],
[