aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/buildpackage.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-23 08:37:46 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-23 08:37:46 +0100
commitccdff9b036f1f2d3869abe76e069ec75801b3e25 (patch)
treed986758579a160a59ecfe6a802bce5d496329159 /gbp/scripts/buildpackage.py
parente219972a7b0ee1f5a995cb8ed051b7b0452b9f92 (diff)
Fix typos
Diffstat (limited to 'gbp/scripts/buildpackage.py')
-rw-r--r--gbp/scripts/buildpackage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/buildpackage.py b/gbp/scripts/buildpackage.py
index 79ba029a..9e199376 100644
--- a/gbp/scripts/buildpackage.py
+++ b/gbp/scripts/buildpackage.py
@@ -523,7 +523,7 @@ def main(argv):
tarball_dir = options.tarball_dir or output_dir
# Get/build the upstream tarball if necessary. We delay this in
- # case of a postexport so the hook gets chance to modify the
+ # case of a postexport hook so the hook gets a chance to modify the
# sources and create different tarballs (#640382)
# We don't delay it in general since we want to fail early if the
# tarball is missing.