diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-14 22:15:48 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-11-14 22:15:48 +0000 |
commit | a2487a08c6b12e383aeb79e06c3b18a6eeb4c2ff (patch) | |
tree | f51c6eddfc388f26e4e0dd8faffc7394e6151493 /messages.c | |
parent | 257cd1e2b05fa01eebbffd1c9f991742faa8e656 (diff) | |
download | busybox-w32-a2487a08c6b12e383aeb79e06c3b18a6eeb4c2ff.tar.gz busybox-w32-a2487a08c6b12e383aeb79e06c3b18a6eeb4c2ff.tar.bz2 busybox-w32-a2487a08c6b12e383aeb79e06c3b18a6eeb4c2ff.zip |
Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim
Gleason <jimg@lineo.com>.
git-svn-id: svn://busybox.net/trunk/busybox@1300 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'messages.c')
-rw-r--r-- | messages.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/messages.c b/messages.c index 81fd9c75c..c06a87f01 100644 --- a/messages.c +++ b/messages.c | |||
@@ -81,8 +81,8 @@ | |||
81 | #if defined bb_need_too_few_args || ! defined BB_DECLARE_EXTERN | 81 | #if defined bb_need_too_few_args || ! defined BB_DECLARE_EXTERN |
82 | BB_DEF_MESSAGE(too_few_args, "too few arguments\n") | 82 | BB_DEF_MESSAGE(too_few_args, "too few arguments\n") |
83 | #endif | 83 | #endif |
84 | #if defined bb_need_name_longer_then_foo || ! defined BB_DECLARE_EXTERN | 84 | #if defined bb_need_name_longer_than_foo || ! defined BB_DECLARE_EXTERN |
85 | BB_DEF_MESSAGE(name_longer_then_foo, "Names longer then %d chars not supported.\n") | 85 | BB_DEF_MESSAGE(name_longer_than_foo, "Names longer than %d chars not supported.\n") |
86 | #endif | 86 | #endif |
87 | 87 | ||
88 | 88 | ||