diff options
author | Matt Kraai <kraai@debian.org> | 2001-02-09 18:10:53 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-02-09 18:10:53 +0000 |
commit | e78fd0f7211121cc49b60cede1c2a5273cfcfe29 (patch) | |
tree | cc30592f78d42132fc02213f7dbae6d77a24d712 | |
parent | 2fd52989f734c0e85e4a4733351cf3ce4b8c47c7 (diff) | |
download | busybox-w32-e78fd0f7211121cc49b60cede1c2a5273cfcfe29.tar.gz busybox-w32-e78fd0f7211121cc49b60cede1c2a5273cfcfe29.tar.bz2 busybox-w32-e78fd0f7211121cc49b60cede1c2a5273cfcfe29.zip |
Fix typo.
-rw-r--r-- | docs/style-guide.txt | 2 |
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 | ||
615 | It's considered good form to test your new feature before you submit a patch | 615 | It's considered good form to test your new feature before you submit a patch |
616 | to the mailing list, and especially before you commit a change to CVS. Here | 616 | to the mailing list, and especially before you commit a change to CVS. Here |
617 | are some guildlines on testing your changes. | 617 | are 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. |