aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/common
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-05-27 09:59:56 +0200
committerGuido Günther <agx@sigxcpu.org>2016-05-27 09:59:56 +0200
commit655086cf26e9e2c3a52d564027969c5d4a841c1d (patch)
treea4012d3a17e6c76247cde77f7c56813f862033c8 /gbp/scripts/common
parentb56f7b03c01ed1dabecd0688b8f7709bda7b7878 (diff)
buildpackage: Fix typo
Gbp-Dch: Ignore
Diffstat (limited to 'gbp/scripts/common')
-rw-r--r--gbp/scripts/common/buildpackage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/common/buildpackage.py b/gbp/scripts/common/buildpackage.py
index b58f0877..85e19660 100644
--- a/gbp/scripts/common/buildpackage.py
+++ b/gbp/scripts/common/buildpackage.py
@@ -69,7 +69,7 @@ def git_archive_submodules(repo, treeish, output, prefix, comp_type, comp_level,
repo.archive(format=format, prefix=prefix,
output=main_archive, treeish=treeish)
- # generate each submodule's arhive and append it to the main archive
+ # generate each submodule's archive and append it to the main archive
for (subdir, commit) in repo.get_submodules(treeish):
tarpath = [subdir, subdir[2:]][subdir.startswith("./")]