summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 17aa090fb1..39691625a0 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -323,7 +323,7 @@ else
*) # invalid for AC_PATH_PROG
AC_MSG_RESULT("no")
AC_MSG_ERROR([***]
- [Environment variable $1 should ether]
+ [Environment variable $1 should either]
[be unset (preferred) or contain an absolute path])
;;
esac
@@ -354,7 +354,7 @@ dnl special treatment of ranlib
else
AC_MSG_ERROR([***]
[Can't figure out how to build a library index]
- [Nether ranlib nor ar -s seem to be available] )
+ [Neither ranlib nor ar -s seem to be available] )
fi
fi