aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/deb/git.py
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@debian.org>2024-01-10 23:08:40 +0800
committerOtto Kekäläinen <otto@debian.org>2024-01-12 14:21:55 -0800
commita0e45c6caeb84ccc3a24531c35f6bac3fd7c77b2 (patch)
treea7f2269d83fe1ce58a409aa5ac58c36b4b9ce9fe /gbp/deb/git.py
parentae2d10cd57f78e559bd1334e389d9ee347523c39 (diff)
gbp: Fix misc spelling in user visible output and comments
Diffstat (limited to 'gbp/deb/git.py')
-rw-r--r--gbp/deb/git.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gbp/deb/git.py b/gbp/deb/git.py
index 24f24d62..021f098c 100644
--- a/gbp/deb/git.py
+++ b/gbp/deb/git.py
@@ -213,7 +213,7 @@ class DebianGitRepository(PkgGitRepository):
%(version%A%B)s provides %(version)s with string 'A' replaced by 'B'.
This way, simple version mangling is possible via substitution.
- Inside the substition string, '%' needs to be escaped. See the
+ Inside the substitution string, '%' needs to be escaped. See the
examples below.
>>> DebianGitRepository.version_to_tag("debian/%(version)s", "0:0~0")
@@ -347,7 +347,7 @@ class DebianGitRepository(PkgGitRepository):
and (optional) component tarballs based on upstream_tree
@param upstream_tree: the treeish in the git repo to create the commits against
- @param soures: C{list} of tarball as I{UpstreamSource}. First one being the main
+ @param sources: C{list} of tarball as I{UpstreamSource}. First one being the main
tarball the other ones additional tarballs.
"""
components = [t.component for t in sources[1:]]
@@ -411,7 +411,7 @@ class DebianGitRepository(PkgGitRepository):
@type treeish: C{str}
@param comp: compressor
@type comp: L{Compressor}
- @param with_submodules: wether to add submodules
+ @param with_submodules: whether to add submodules
@type with_submodules: C{bool}
@param component: component to add to tarball name
@type component: C{str}