aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-09 18:10:53 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-09 18:10:53 +0000
commit2751bdc0630c0aa4d7c99b63a2c03f5d126e42ce (patch)
treecc30592f78d42132fc02213f7dbae6d77a24d712 /docs
parent7b9ede7825c43323da1fefc947f8ca9c25f3819a (diff)
downloadbusybox-w32-2751bdc0630c0aa4d7c99b63a2c03f5d126e42ce.tar.gz
busybox-w32-2751bdc0630c0aa4d7c99b63a2c03f5d126e42ce.tar.bz2
busybox-w32-2751bdc0630c0aa4d7c99b63a2c03f5d126e42ce.zip
Fix typo.
git-svn-id: svn://busybox.net/trunk/busybox@1775 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r--docs/style-guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.txt b/docs/style-guide.txt
index 04fa5ef97..ddf3ebb83 100644
--- a/docs/style-guide.txt
+++ b/docs/style-guide.txt
@@ -614,7 +614,7 @@ Testing Guidelines
614 614
615It's considered good form to test your new feature before you submit a patch 615It's considered good form to test your new feature before you submit a patch
616to the mailing list, and especially before you commit a change to CVS. Here 616to the mailing list, and especially before you commit a change to CVS. Here
617are some guildlines on testing your changes. 617are some guidelines on testing your changes.
618 618
619 - Always test busybox applets against GNU counterparts and make sure the 619 - Always test busybox applets against GNU counterparts and make sure the
620 behavior / output is identical between the two. 620 behavior / output is identical between the two.