From: Matt Kraai Date: Fri, 9 Feb 2001 18:10:53 +0000 (-0000) Subject: Fix typo. X-Git-Tag: 0_50~249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e78fd0f7211121cc49b60cede1c2a5273cfcfe29;p=platform%2Fupstream%2Fbusybox.git Fix typo. --- diff --git a/docs/style-guide.txt b/docs/style-guide.txt index 04fa5ef..ddf3ebb 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.