Fix typo in comment
authorTony Duckles <tony@nynim.org>
Sat, 19 Sep 2015 22:18:50 +0000 (18:18 -0400)
committerTony Duckles <tony@nynim.org>
Sat, 19 Sep 2015 22:18:50 +0000 (18:18 -0400)
svn2svn/shell.py

index 0bd1949c3d141ce392330afc5d7ac3593773a050..0ff8c1baea61a27bac739f3d97d8dcbcb15222dc 100644 (file)
@@ -72,7 +72,7 @@ def rmtree(path):
     return shutil.rmtree(path, False, _rmtree_error_handler)
 
 
-# Make sure we do not get localized output from the Suversion
+# Make sure we do not get localized output from the Subversion
 # command line client.
 os.environ['LC_MESSAGES'] = 'C'