diff options
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 e7c3077bd..0646e728e 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 |