Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-02-09 21:10:53 +0300
committerMatt Kraai <kraai@debian.org>2001-02-09 21:10:53 +0300
commite78fd0f7211121cc49b60cede1c2a5273cfcfe29 (patch)
treecc30592f78d42132fc02213f7dbae6d77a24d712 /docs/style-guide.txt
parent2fd52989f734c0e85e4a4733351cf3ce4b8c47c7 (diff)
Fix typo.
Diffstat (limited to 'docs/style-guide.txt')
-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
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 guildlines on testing your changes.
+are some guidelines on testing your changes.
- Always test busybox applets against GNU counterparts and make sure the
behavior / output is identical between the two.