diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-22 22:43:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-22 22:43:22 +0000 |
commit | 32b2a9fd6a758602b149248bef8963466b05a088 (patch) | |
tree | 0bbff4371dd4ccf8920e8052ddbbbf2b098b9df6 /libbb | |
parent | 68444b9f0c74e94d219fa40bb4109b4aa2fdd43b (diff) | |
download | busybox-32b2a9fd6a758602b149248bef8963466b05a088.tar.gz |
small code readability and typo fixes
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/appletlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 993618e98..793e3dc96 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c @@ -34,7 +34,7 @@ static const char usage_messages[] ALIGN1 = "" #endif /* SHOW_USAGE */ -/* Include generated applet names, pointers to <apllet>_main, etc */ +/* Include generated applet names, pointers to <applet>_main, etc */ #include "applet_tables.h" |