diff options
author | Denys Vlasenko | 2009-09-06 02:58:59 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-09-06 02:58:59 +0200 |
commit | 5370bfb123266ab5716f321e43d3f8f6da7d7143 (patch) | |
tree | fb4a1500d571aee4c36dc2aa5510304d5724cf07 /docs/new-applet-HOWTO.txt | |
parent | 90a9904e9ef5f2fb70e1952cb1a68bd9213bcde3 (diff) | |
download | busybox-5370bfb123266ab5716f321e43d3f8f6da7d7143.zip 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 'docs/new-applet-HOWTO.txt')
-rw-r--r-- | docs/new-applet-HOWTO.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt index e7c3077..0646e72 100644 --- a/docs/new-applet-HOWTO.txt +++ b/docs/new-applet-HOWTO.txt @@ -9,7 +9,7 @@ Mark Whitley - the remix Thomas Lundquist - Trying to keep it updated. When doing this you should consider using the latest svn trunk. -This is a good thing if you plan to getting it commited into mainline. +This is a good thing if you plan to getting it committed into mainline. Initial Write ------------- @@ -107,7 +107,7 @@ the function declaration. If not, add it somewhere anyway, with or without ifdefs to include or not. You can look at libbb/Config.in and try to find out if the function is -tuneable and add it there if it is. +tunable and add it there if it is. Placement / Directory |