summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-08 19:28:35 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-08 19:28:35 -0600
commit1b561a2c351ac82af3729d4cdbfed6acbbba2efd (patch)
tree1fd0addae0f6269879c501b59fc90361b0dcae0a /configure.ac
parentd741ceda2bd53d15d48fc1b9c4d836a9016194a7 (diff)
downloadalpine-1b561a2c351ac82af3729d4cdbfed6acbbba2efd.tar.xz
* Corrections to spelling errors, contributed by Jens Schleusener.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e47a10f..3bc8c2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-dnl Process this file with autoconf to produce a configure script.
+dbl Process this file with autoconf to produce a configure script.
dnl /* ========================================================================
dnl * Copyright 2013-2020 Eduardo Chappa
@@ -267,7 +267,7 @@ else
fi
AC_MSG_CHECKING([option: From changing enabled])
-AC_ARG_ENABLE(from_changing, AS_HELP_STRING([--disable-from-changing],[Disallow users changing From addresss]))
+AC_ARG_ENABLE(from_changing, AS_HELP_STRING([--disable-from-changing],[Disallow users changing From address]))
if test x$enable_from_changing != "xno" ; then
AC_MSG_RESULT([yes])
else
@@ -1553,7 +1553,7 @@ if test "x$alpine_SSLTYPE" != "xnone" ; then
*-*-cygwin)
AC_CHECK_HEADER(crypto.h, , [ alpine_CRYPTO_DEVEL="none" ])
if test "x$alpine_CRYPTO_DEVEL" = "xnone" ; then
- AC_MSG_ERROR(crypto library file crypto.h NOT found. Install correspoding libcrypt-devel package)
+ AC_MSG_ERROR(crypto library file crypto.h NOT found. Install corresponding libcrypt-devel package)
exit 1
fi
;;