login: log PAM errors to syslog, not stderr
[oweals/busybox.git] / docs / new-applet-HOWTO.txt
index e7c3077bd35f8e6fb716f412bdeddbce4ccfdb63..0646e728e0aeaafbdf45b572065775f10972614c 100644 (file)
@@ -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