projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fd5298
)
Fix typo.
author
Matt Kraai
<kraai@debian.org>
Fri, 9 Feb 2001 18:10:53 +0000
(18:10 -0000)
committer
Matt Kraai
<kraai@debian.org>
Fri, 9 Feb 2001 18:10:53 +0000
(18:10 -0000)
docs/style-guide.txt
patch
|
blob
|
history
diff --git
a/docs/style-guide.txt
b/docs/style-guide.txt
index 04fa5ef97a52c6179c3ecdcd121c7d7dee1eb070..ddf3ebb83ba27acdcdd6c729ee5f9549496c13af 100644
(file)
--- a/
docs/style-guide.txt
+++ b/
docs/style-guide.txt
@@
-614,7
+614,7
@@
Testing Guidelines
It's considered good form to test your new feature before you submit a patch
to the mailing list, and especially before you commit a change to CVS. Here
-are some gui
ld
lines on testing your changes.
+are some gui
de
lines on testing your changes.
- Always test busybox applets against GNU counterparts and make sure the
behavior / output is identical between the two.