diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-02-11 22:19:53 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-02-11 22:19:53 +0000 |
commit | cb3fa5306bc392bacaf4e21b594b37c8c74cc33d (patch) | |
tree | a7662a07e2c84acf4f5eba750c708f48dab49396 /eclass/elisp.eclass | |
parent | Added hppa to keywords. (diff) | |
download | historical-cb3fa5306bc392bacaf4e21b594b37c8c74cc33d.tar.gz historical-cb3fa5306bc392bacaf4e21b594b37c8c74cc33d.tar.bz2 historical-cb3fa5306bc392bacaf4e21b594b37c8c74cc33d.zip |
spelling mistake correction
Diffstat (limited to 'eclass/elisp.eclass')
-rw-r--r-- | eclass/elisp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 7845139d2608..3146d1a79547 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author Matthew Kennedy <mkennedy@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.2 2003/02/09 09:40:43 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.3 2003/02/11 22:19:53 mkennedy Exp $ # This eclass sets the site-lisp directory for emacs-related packages. @@ -39,7 +39,7 @@ EOF ls ${SITELISP}/[0-9][0-9]* |sort -n |grep -vE '~$' | \ while read sf do - einfo " Addding $sf..." + einfo " Adding $sf..." # Great for debugging, too noisy and slow for users though # echo "(message \"Loading $sf...\")" >>${SITELISP}/site-start.el cat $sf >>${SITELISP}/site-start.el |