summaryrefslogtreecommitdiff
path: root/contrib/svn-fe/svnrdump_sim.py
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2019-11-05 17:07:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-11-10 07:00:54 (GMT)
commit96c0caf5e303c189cc528fe67703828e1ffacfb2 (patch)
tree61e94aa52243d0c633b5372a7b388d2d4fe17496 /contrib/svn-fe/svnrdump_sim.py
parent4dc8b1c1140438fd0ed602469874906272d3df4d (diff)
downloadgit-96c0caf5e303c189cc528fe67703828e1ffacfb2.zip
git-96c0caf5e303c189cc528fe67703828e1ffacfb2.tar.gz
git-96c0caf5e303c189cc528fe67703828e1ffacfb2.tar.bz2
Fix spelling errors in messages shown to users
Reported-by: Jens Schleusener <Jens.Schleusener@fossies.org> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/svn-fe/svnrdump_sim.py')
-rwxr-xr-xcontrib/svn-fe/svnrdump_sim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/svn-fe/svnrdump_sim.py b/contrib/svn-fe/svnrdump_sim.py
index 50c6a4f..8a3cee6 100755
--- a/contrib/svn-fe/svnrdump_sim.py
+++ b/contrib/svn-fe/svnrdump_sim.py
@@ -54,7 +54,7 @@ if __name__ == "__main__":
print("usage: %s dump URL -rLOWER:UPPER")
sys.exit(1)
if not sys.argv[1] == 'dump':
- raise NotImplementedError('only "dump" is suppported.')
+ raise NotImplementedError('only "dump" is supported.')
url = sys.argv[2]
r = ('0', 'HEAD')
if len(sys.argv) == 4 and sys.argv[3][0:2] == '-r':