[libgames-support] Fix another typo



commit 78423952f12ed9b85419f3d13552328225f4774c
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Feb 14 20:58:56 2016 -0600

    Fix another typo

 style-checker |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/style-checker b/style-checker
index 5899e32..ac60b0c 100755
--- a/style-checker
+++ b/style-checker
@@ -150,7 +150,7 @@ def main():
                     printIssue(currLine, "multiple whitespace before (")
                     nIssues += 1
 
-        # No whitespce between round brackets "(xyz)"
+        # No whitespace between round brackets "(xyz)"
         indexes = find(getLineData(currLine), '(')
         for index in indexes:
             if index > 1:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]