aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/svn_utils.py
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-11-19 12:39:18 -0500
committerDonald Stufft <donald@stufft.io>2014-11-19 12:39:18 -0500
commit09ecca34b3eeb76d4f231040338e1c68bf770702 (patch)
tree54be2e06b0bf378a4a2daa616790fa9bf949bceb /setuptools/svn_utils.py
parent5e62aa3b59398252faef0d638a0f087d6c682800 (diff)
parentaffa001a6767efee24b4d6bc1a2f04eb7aeea65b (diff)
downloadexternal_python_setuptools-09ecca34b3eeb76d4f231040338e1c68bf770702.tar.gz
external_python_setuptools-09ecca34b3eeb76d4f231040338e1c68bf770702.tar.bz2
external_python_setuptools-09ecca34b3eeb76d4f231040338e1c68bf770702.zip
Merge branch 'master' into use-packaging
Conflicts: .hgtags CHANGES.txt ez_setup.py setuptools.egg-info/requires.txt setuptools/version.py
Diffstat (limited to 'setuptools/svn_utils.py')
-rw-r--r--setuptools/svn_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/svn_utils.py b/setuptools/svn_utils.py
index dadb682a..6502fc98 100644
--- a/setuptools/svn_utils.py
+++ b/setuptools/svn_utils.py
@@ -302,7 +302,7 @@ class SvnInfo(object):
self._externals = None
def get_revision(self):
- 'Retrieve the directory revision informatino using svnversion'
+ 'Retrieve the directory revision information using svnversion'
code, data = _run_command(['svnversion', '-c', self.path])
if code:
log.warn("svnversion failed")