diff options
Diffstat (limited to 'docs')
-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 a58931a..fdf6cfe 100644 --- a/docs/style-guide.txt +++ b/docs/style-guide.txt @@ -422,7 +422,7 @@ called 'strings.c' - instead of two, food for thought). 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: |