aboutsummaryrefslogtreecommitdiff
path: root/gbp/deb/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/deb/git.py')
-rw-r--r--gbp/deb/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/git.py b/gbp/deb/git.py
index a4bb85f..1ab25b8 100644
--- a/gbp/deb/git.py
+++ b/gbp/deb/git.py
@@ -191,7 +191,7 @@ class DebianGitRepository(GitRepository):
def has_pristine_tar_branch(self):
"""
- Wheter the repo has a I{pristine-tar} branch.
+ Whether the repo has a I{pristine-tar} branch.
@return: C{True} if the repo has pristine-tar commits already, C{False}
otherwise