diff options
author | ru <ru@FreeBSD.org> | 2006-03-19 19:10:39 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-03-19 19:10:39 +0000 |
commit | 9e7d2c38b6d9382f8c40752138c2aab2add24279 (patch) | |
tree | a7e2e6718705f762f7d1e4297a3103f244729ac0 /bin | |
parent | 6ab124975fa792bcb7198b91a36afcfc61782310 (diff) | |
download | FreeBSD-src-9e7d2c38b6d9382f8c40752138c2aab2add24279.zip FreeBSD-src-9e7d2c38b6d9382f8c40752138c2aab2add24279.tar.gz |
Fix spelling.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile index fb58cfb..d95197b 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -77,7 +77,7 @@ CFLAGS+= -DNO_NLS_CATALOGS .else CFLAGS+= -DHAVE_ICONV SRCS+= iconv_stub.c -# Folloing links can be installed from ports/shells/tcsh_nls: +# Following links can be installed from ports/shells/tcsh_nls: # NLSLINKS_de_DE.ISO8859-1 += de_AT.UTF-8 de_CH.UTF-8 de_DE.UTF-8 # NLSLINKS_el_GR.ISO8859-7 = el_GR.UTF-8 # NLSLINKS_es_ES.ISO8859-1 += es_ES.UTF-8 |