diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-14 10:01:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-14 10:01:04 +0000 |
commit | 449f2bca967dc4682a52487fe4a53f13c3623002 (patch) | |
tree | cbd63185ca1d0ea438a2d0b777937c191e3a191a | |
parent | e8521f14a22d4227fa7bdc83868919f9f43e7dfa (diff) | |
download | busybox-449f2bca967dc4682a52487fe4a53f13c3623002.tar.gz |
Fixup a few documentation bugs
-rw-r--r-- | docs/contributing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt index ae4ec3ef7..e80fc135c 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -73,7 +73,7 @@ Areas Where You Can Help ------------------------ Busybox can always use improvement! If you're looking for ways to help, there -there are a variety of areas where you could help. +are a variety of areas where you could help. What Busybox Doesn't Need @@ -214,7 +214,7 @@ These are dirty jobs, but somebody's gotta do 'em. is very Perl-specific, but the advice given in here applies equally well to C. - - C library funciton use audits: Verifying that functions are being used + - C library function use audits: Verifying that functions are being used properly (called with the right args), replacing unsafe library functions with safer versions, making sure return codes are being checked, etc. |