From 28f8123b0b5334b046c78e498745b5cb990451e3 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 19 Sep 2015 18:18:50 -0400 Subject: [PATCH] Fix typo in comment --- svn2svn/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svn2svn/shell.py b/svn2svn/shell.py index 0bd1949..0ff8c1b 100644 --- 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 Subversion # command line client. os.environ['LC_MESSAGES'] = 'C' -- 2.43.0