git.nynim.org
/
svn2svn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d44dfee
)
Fix typo in comment
author
Tony Duckles <tony@nynim.org>
Sat, 19 Sep 2015 22:18:50 +0000
(18:18 -0400)
committer
Tony Duckles <tony@nynim.org>
Sat, 19 Sep 2015 22:18:50 +0000
(18:18 -0400)
svn2svn/shell.py
patch
|
blob
|
history
diff --git
a/svn2svn/shell.py
b/svn2svn/shell.py
index 0bd1949c3d141ce392330afc5d7ac3593773a050..0ff8c1baea61a27bac739f3d97d8dcbcb15222dc 100644
(file)
--- a/
svn2svn/shell.py
+++ b/
svn2svn/shell.py
@@
-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 Su
b
version
# command line client.
os.environ['LC_MESSAGES'] = 'C'