summaryrefslogtreecommitdiffstats
path: root/aclocal/canonicalize-tools.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 20:09:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-11-19 20:09:01 +0000
commit2e26bbd059ddf037081dd5501a2c31e69b50b5e4 (patch)
tree06bf9286357675a7b9a62b9650ab76d3d261529f /aclocal/canonicalize-tools.m4
parentPatch from Eric Norum <eric@skatter.usask.ca>: (diff)
downloadrtems-2e26bbd059ddf037081dd5501a2c31e69b50b5e4.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
Here is a cosmetic patch which corrects a few spelling problems in parts written by me. Apparently, I must have written these under the influence of ether (:-)
Diffstat (limited to '')
-rw-r--r--aclocal/canonicalize-tools.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal/canonicalize-tools.m4 b/aclocal/canonicalize-tools.m4
index 4857c611fc..762e98bf74 100644
--- a/aclocal/canonicalize-tools.m4
+++ b/aclocal/canonicalize-tools.m4
@@ -55,7 +55,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
@@ -86,7 +86,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