commit | 00ddd44cdad8142c6bb836efbfde9f38fa31b899 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 19 09:16:33 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 19 09:16:33 2010 +0100 |
tree | 2f63d403b697d076f0822778786629438dad3e1a | |
parent | 2f8a46032d4df70d4d42bff6738b64ae35bb42cf [diff] [blame] |
fix typos in comments and doc Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/docs/style-guide.txt b/docs/style-guide.txt index a58931a..fdf6cfe 100644 --- a/docs/style-guide.txt +++ b/docs/style-guide.txt
@@ -422,7 +422,7 @@ Testing String Equivalence ~~~~~~~~~~~~~~~~~~~~~~~~~~ -There's a right way and a wrong way to test for sting equivalence with +There's a right way and a wrong way to test for string equivalence with strcmp(): The wrong way: