aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKen Dreyer <kdreyer@redhat.com>2018-11-27 15:07:33 -0700
committerGuido Günther <agx@sigxcpu.org>2018-12-10 10:43:01 +0100
commitf6096edc1684f4c76c7ef31255119e3c1b38c09c (patch)
treed73b9f150cfae7c72167ee3b5fde7f5ba64dc21d
parent9dc9f5eeb4087e9699f833081a6f59db8ca100b1 (diff)
gbp.deb: Correct "otherwise" spelling in comment
-rw-r--r--gbp/deb/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/__init__.py b/gbp/deb/__init__.py
index c2757340..b3a6b711 100644
--- a/gbp/deb/__init__.py
+++ b/gbp/deb/__init__.py
@@ -58,7 +58,7 @@ class DpkgCompareVersions(gbpc.Command):
def __call__(self, version1, version2):
"""
Compare two package versions. Return 0 if the versions are equal, -1 1 if version1 < version2,
- and 1 oterwise.
+ and 1 otherwise.
@raises CommandExecFailed: if the version comparison fails
"""