From d9fd2ceef275a8d646750e004011441079b28539 2018-06-09 15:37:05 From: apunisal Date: 2018-06-09 15:37:05 Subject: [PATCH] Changed a misspelled word in tools/git-mpr.py --- diff --git a/tools/git-mpr.py b/tools/git-mpr.py index f048ed8..ef32c02 100755 --- a/tools/git-mpr.py +++ b/tools/git-mpr.py @@ -58,7 +58,7 @@ def merge_pr(num): cmd = "git pull "+repo+" "+branch not_merged[str(num)] = cmd print("==============================================================================") - print("Something went wrong merging this branch, you can try it manually by runngin :") + print("Something went wrong merging this branch, you can try it manually by running :") print(cmd) print("==============================================================================")