diff options
author | phantom <phantom@FreeBSD.org> | 2005-02-27 18:18:32 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2005-02-27 18:18:32 +0000 |
commit | fc580aadfc039d8a857cbb210519b214a6ad5efd (patch) | |
tree | 0d7a911fd0a9bae1790bb4d939124d294d288806 /bin/csh | |
parent | 9b22b29def5d8dcb215faf5d8697f91891b328e9 (diff) | |
download | FreeBSD-src-fc580aadfc039d8a857cbb210519b214a6ad5efd.zip FreeBSD-src-fc580aadfc039d8a857cbb210519b214a6ad5efd.tar.gz |
Fix typo
Diffstat (limited to 'bin/csh')
-rw-r--r-- | bin/csh/config.h | 2 | ||||
-rw-r--r-- | bin/csh/config_p.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/config.h b/bin/csh/config.h index 9e120e9..fa0b763 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -130,7 +130,7 @@ /* we want to use the system malloc when we install as /bin/csh */ #define SYSMALLOC #define BSD_STYLE_COLORLS -/* Use LC_MESSAGES locale category used to open the message catalog */ +/* Use LC_MESSAGES locale category to open the message catalog */ #define MCLoadBySet NL_CAT_LOCALE #endif diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index 9e120e9..fa0b763 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.h @@ -130,7 +130,7 @@ /* we want to use the system malloc when we install as /bin/csh */ #define SYSMALLOC #define BSD_STYLE_COLORLS -/* Use LC_MESSAGES locale category used to open the message catalog */ +/* Use LC_MESSAGES locale category to open the message catalog */ #define MCLoadBySet NL_CAT_LOCALE #endif |