diff aclocal.m4 @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents e6508b64ee08
children 4dee0387b9de
line wrap: on
line diff
--- a/aclocal.m4	Thu Mar 24 06:22:25 2011 +0000
+++ b/aclocal.m4	Thu Mar 24 11:00:11 2011 -0600
@@ -217,7 +217,7 @@
 dnl if the C compiler itself cannot create shared libraries do we try to
 dnl find the linker.
 dnl
-dnl The other advantage to my scheme is that it removes the dependancy
+dnl The other advantage to my scheme is that it removes the dependency
 dnl on a given compiler version remaining static with relation to the
 dnl version of XEmacs. With the libtool way, it picks up the linker that
 dnl gcc uses, which can be the internal collect2 that comes with gcc.