summaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
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 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fe1105b60d..24b8f8c102 100644
--- a/configure.in
+++ b/configure.in
@@ -225,7 +225,7 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
AC_MSG_ERROR([***]
[Inconsistency in compiler configuration:]
[Target C compiler and Target C++ compiler]
- [must both ether be cross compilers or native compilers]
+ [must both either be cross compilers or native compilers]
[Hint: If building a posix bsp: LD_LIBRARY_PATH?] )
fi
else