aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2018-12-09 17:52:22 +0100
committerGuido Günther <agx@sigxcpu.org>2018-12-09 17:52:39 +0100
commit9dc9f5eeb4087e9699f833081a6f59db8ca100b1 (patch)
treeb7278e3035182d8eea1f4bb7b9844cdc548c56da /gbp
parentf9323380d8bffda9ac878be8ca50341fffc497a4 (diff)
Fix "was build" typos
Closes: #916044
Diffstat (limited to 'gbp')
-rwxr-xr-xgbp/scripts/export_orig.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gbp/scripts/export_orig.py b/gbp/scripts/export_orig.py
index 181c9093..6a48502d 100755
--- a/gbp/scripts/export_orig.py
+++ b/gbp/scripts/export_orig.py
@@ -96,7 +96,7 @@ def pristine_tar_build_origs(repo, source, output_dir, options):
"""
Build orig tarball using pristine-tar
- @returns: C{True} if tarball was build, C{False} otherwise
+ @returns: C{True} if tarball was built, C{False} otherwise
"""
if not options.pristine_tar:
return False
@@ -134,9 +134,9 @@ def pristine_tar_build_origs(repo, source, output_dir, options):
def pristine_tar_verify_origs(repo, source, options, output_dir, orig_files):
"""
- Verify orig tarballs using prstine tar
+ Verify orig tarballs using pristine-tar
- @returns: C{True} if tarball was build, C{False} otherwise
+ @returns: C{True} if tarball was built, C{False} otherwise
"""
if not options.pristine_tar:
return True