Fix a few typos

This commit is contained in:
HairyFotr
2017-07-20 20:53:15 +02:00
committed by Agniva De Sarker
parent 6bf26c0e0b
commit e0ccb7147a
10 changed files with 11 additions and 11 deletions

View File

@@ -33,6 +33,6 @@ comment = (
"Please fix the error(s) and push again."
).format(build_id=BUILD_ID, comment_body=test_result)
# If its a PR, post a comment on it
# If it's a PR, post a comment on it
if PR_NUMBER != "false":
post_comment(PR_NUMBER, comment)