diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-07-14 10:01:04 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-07-14 10:01:04 +0000 |
commit | 788bdae00dee03a410144b638393478b68c3a063 (patch) | |
tree | cbd63185ca1d0ea438a2d0b777937c191e3a191a /docs | |
parent | bc3c4c43e09d8c8424d2eecd7f3fbfb7cd83bc62 (diff) | |
download | busybox-w32-788bdae00dee03a410144b638393478b68c3a063.tar.gz busybox-w32-788bdae00dee03a410144b638393478b68c3a063.tar.bz2 busybox-w32-788bdae00dee03a410144b638393478b68c3a063.zip |
Fixup a few documentation bugs
git-svn-id: svn://busybox.net/trunk/busybox@8940 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-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 | |||
73 | ------------------------ | 73 | ------------------------ |
74 | 74 | ||
75 | Busybox can always use improvement! If you're looking for ways to help, there | 75 | Busybox can always use improvement! If you're looking for ways to help, there |
76 | there are a variety of areas where you could help. | 76 | are a variety of areas where you could help. |
77 | 77 | ||
78 | 78 | ||
79 | What Busybox Doesn't Need | 79 | What Busybox Doesn't Need |
@@ -214,7 +214,7 @@ These are dirty jobs, but somebody's gotta do 'em. | |||
214 | is very Perl-specific, but the advice given in here applies equally well to | 214 | is very Perl-specific, but the advice given in here applies equally well to |
215 | C. | 215 | C. |
216 | 216 | ||
217 | - C library funciton use audits: Verifying that functions are being used | 217 | - C library function use audits: Verifying that functions are being used |
218 | properly (called with the right args), replacing unsafe library functions | 218 | properly (called with the right args), replacing unsafe library functions |
219 | with safer versions, making sure return codes are being checked, etc. | 219 | with safer versions, making sure return codes are being checked, etc. |
220 | 220 | ||