diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-06 02:58:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-09-06 02:58:59 +0200 |
commit | 5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch) | |
tree | fb4a1500d571aee4c36dc2aa5510304d5724cf07 /include | |
parent | 90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff) | |
download | busybox-5370bfb123266ab5716f321e43d3f8f6da7d7143.tar.gz |
documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 | ||||
-rw-r--r-- | include/usage.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/libbb.h b/include/libbb.h index 9f7c26031..14a16674c 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -1174,7 +1174,7 @@ unsigned long long bb_makedev(unsigned int major, unsigned int minor) FAST_FUNC; /* "Keycodes" that report an escape sequence. * We use something which fits into signed char, - * yet doesn't represent any valid Unicode characher. + * yet doesn't represent any valid Unicode character. * Also, -1 is reserved for error indication and we don't use it. */ enum { KEYCODE_UP = -2, diff --git a/include/usage.h b/include/usage.h index 9fa1b9ef8..e571d2ba3 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2001,8 +2001,8 @@ "\n a File is accessed" \ "\n c File is modified" \ "\n e Metadata changed" \ - "\n w Writtable file is closed" \ - "\n 0 Unwrittable file is closed" \ + "\n w Writable file is closed" \ + "\n 0 Unwritable file is closed" \ "\n r File is opened" \ "\n D File is deleted" \ "\n M File is moved" \ @@ -3860,7 +3860,7 @@ "\n -l Log changes in file labels to syslog" \ "\n -n Don't change any file labels" \ "\n -q Suppress warnings" \ - "\n -r dir Use an altenate root path" \ + "\n -r dir Use an alternate root path" \ "\n -e dir Exclude directory" \ "\n -F Force reset of context to match file_context for customizable files" \ "\n -o file Save list of files with incorrect context" \ |