[git-buildpackage] [PATCH] correct "otherwise" spelling in comment
Guido Günther
agx at sigxcpu.org
Mon Dec 10 10:43:35 CET 2018
Hi,
On Tue, Nov 27, 2018 at 03:07:33PM -0700, Ken Dreyer wrote:
> ---
> 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
> """
Applied. Thanks!
-- Guido
More information about the git-buildpackage
mailing list