From f6096edc1684f4c76c7ef31255119e3c1b38c09c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 27 Nov 2018 15:07:33 -0700 Subject: gbp.deb: Correct "otherwise" spelling in comment --- gbp/deb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """ -- cgit v1.2.3