aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 09:50:59 +0100
committerGuido Günther <agx@sigxcpu.org>2016-07-03 13:38:54 +0200
commitf28a26b4e7b279056f73f8171e83ea6f776860f8 (patch)
tree8ccc1c22c9bd484a8f7f501a04be97c550c96924 /examples
parentaf16f59214306b56ffc79e4c5c5a206561f9c3ff (diff)
Fix spelling of existant->existent in function names, strings and comments
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/gbp-posttag-push2
1 files changed, 1 insertions, 1 deletions
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: