diff options
author | Eric Andersen | 2000-11-14 22:15:48 +0000 |
---|---|---|
committer | Eric Andersen | 2000-11-14 22:15:48 +0000 |
commit | 3c5ee9a379dd837962041b63537e84c148143997 (patch) | |
tree | f51c6eddfc388f26e4e0dd8faffc7394e6151493 /messages.c | |
parent | 46f0beb16723acec0f03859ba813209e96396901 (diff) | |
download | busybox-3c5ee9a379dd837962041b63537e84c148143997.zip busybox-3c5ee9a379dd837962041b63537e84c148143997.tar.gz |
Grammer fix. Changed "longer then" to "longer than". Fix thanks to Jim
Gleason <jimg@lineo.com>.
Diffstat (limited to 'messages.c')
-rw-r--r-- | messages.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,8 +81,8 @@ #if defined bb_need_too_few_args || ! defined BB_DECLARE_EXTERN BB_DEF_MESSAGE(too_few_args, "too few arguments\n") #endif -#if defined bb_need_name_longer_then_foo || ! defined BB_DECLARE_EXTERN - BB_DEF_MESSAGE(name_longer_then_foo, "Names longer then %d chars not supported.\n") +#if defined bb_need_name_longer_than_foo || ! defined BB_DECLARE_EXTERN + BB_DEF_MESSAGE(name_longer_than_foo, "Names longer than %d chars not supported.\n") #endif |