summaryrefslogtreecommitdiffstats
path: root/extras/git-branch-diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/git-branch-diff.py')
-rwxr-xr-xextras/git-branch-diff.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/git-branch-diff.py b/extras/git-branch-diff.py
index 3c29e35bd7b..382513e069e 100755
--- a/extras/git-branch-diff.py
+++ b/extras/git-branch-diff.py
@@ -128,7 +128,7 @@ class GitBranchDiff:
exit(status_tbr)
def check_author_exist (self):
- " defend to check given author exist, format incase of multiple"
+ " defend to check given author exist, format in case of multiple"
contrib_list = ['', '*', 'all', 'All', 'ALL', 'null', 'Null', 'NULL']
if self.g_author in contrib_list:
self.g_author = ""
@@ -190,7 +190,7 @@ class GitBranchDiff:
'--author',
help = 'default: git config name/email, '
'to provide multiple specify comma'
- ' seperated values',
+ ' separated values',
default = author,
dest = 'author')
self.parser.add_argument('-p',