From b0390d15c9d77303a607e4b760771c71f6b7d971 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 16 May 2014 19:51:26 +0200 Subject: Fix comitter vs committer typos Thanks: Sandro Tosi Closes: #748339 --- gbp/git/repository.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbp/git/repository.py') diff --git a/gbp/git/repository.py b/gbp/git/repository.py index 10b9030..23f9482 100644 --- a/gbp/git/repository.py +++ b/gbp/git/repository.py @@ -1408,7 +1408,7 @@ class GitRepository(object): @param parents: parents of this commit @param author: authorship information @type author: C{dict} with keys 'name' and 'email' or L{GitModifier} - @param committer: comitter information + @param committer: committer information @type committer: C{dict} with keys 'name' and 'email' """ extra_env = {} -- cgit v1.2.3