aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/patch_series.py
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-09-09 16:59:19 -0600
committerGuido Günther <agx@sigxcpu.org>2015-09-10 08:47:34 +0200
commitb49bb0ddb0b4883f01f1e4b01b366c61604faea1 (patch)
tree7eeb0bc98e2015298b05188c4f37ddfb6d265509 /gbp/patch_series.py
parent3e1240aa4d5c9650e1fa127dbec304f56081c3d2 (diff)
Change "it's" to "its" in comments where appropriate
Diffstat (limited to 'gbp/patch_series.py')
-rw-r--r--gbp/patch_series.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/patch_series.py b/gbp/patch_series.py
index 62065f7b..c70809d3 100644
--- a/gbp/patch_series.py
+++ b/gbp/patch_series.py
@@ -84,7 +84,7 @@ class Patch(object):
def _get_subject_from_filename(self):
"""
- Determine the patch's subject based on the it's filename
+ Determine the patch's subject based on the its filename
>>> p = Patch('debian/patches/foo.patch')
>>> p._get_subject_from_filename()