[libgames-support] Fix typo in style checker
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgames-support] Fix typo in style checker
- Date: Sun, 20 Sep 2015 18:28:04 +0000 (UTC)
commit 3396460a5e2bd4067a5a9ca26ca764a59e68c048
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Sep 20 13:09:42 2015 -0500
Fix typo in style checker
style-checker | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/style-checker b/style-checker
index 7287e82..65b3e97 100755
--- a/style-checker
+++ b/style-checker
@@ -151,7 +151,7 @@ def main():
if nIssues == 1:
print("Guideline checker found " + str(nIssues) + " issue...")
else:
- print("Guideline checker found " + str(nIssues) + "issues...")
+ print("Guideline checker found " + str(nIssues) + " issues...")
print("We strongly recommend you to fix these.")
print("To ignore use `git commit --no-verify`")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]