From f28a26b4e7b279056f73f8171e83ea6f776860f8 Mon Sep 17 00:00:00 2001 From: Otto Kekäläinen Date: Sun, 3 Jul 2016 09:50:59 +0100 Subject: Fix spelling of existant->existent in function names, strings and comments --- examples/gbp-posttag-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push index cd8968dc..c65ef4b3 100755 --- a/examples/gbp-posttag-push +++ b/examples/gbp-posttag-push @@ -128,7 +128,7 @@ def main(argv): upstream_sha1 = repo.rev_parse("%s^{}" % upstream_tag) if not repo.verify_tag(env.tag): - print("Not pushing nonexistent or unsigned tag '%s'." % env.tag, file=sys.stderr) + print("Not pushing non-existent or unsigned tag '%s'." % env.tag, file=sys.stderr) return 0 for dest in dests: -- cgit v1.2.3