From b8edb6e17e8b41e05d644c950eab716943f5748f Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Thu, 19 Jul 2012 16:04:32 +0000 Subject: [PATCH] fixed silly typo --- STYLE-GUIDELINES-SDL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE-GUIDELINES-SDL.md b/STYLE-GUIDELINES-SDL.md index 3eac9546..1bdc3c98 100644 --- a/STYLE-GUIDELINES-SDL.md +++ b/STYLE-GUIDELINES-SDL.md @@ -6,7 +6,7 @@ While you may think having style guidelines specific to a directory in a sourcet Tabs ---- -Hard tabs only! Please! src/drivers/sdl/* entirely consists of hard tabbed code. Please continue to use this contention. Consult the documentation of your text editor documentation for instructions on how to this with your editor. +Hard tabs only! Please! src/drivers/sdl/* entirely consists of hard tabbed code. Please continue to use this convention. Consult the documentation of your text editor documentation for instructions on how to this with your editor. Return Statements -----------------