diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-16 09:40:21 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-11-16 09:40:21 -0500 |
commit | 4d4dbd3c5c69f63418ca2f22e9d6a3b8185b2e00 (patch) | |
tree | 01f6619f3630594bb677a10e4406fd822e9f6c26 /setuptools/svn_utils.py | |
parent | c5fa038292a9c7d6fe529c4d8001cec0d3bac9cf (diff) | |
parent | 2c33dad04fd11ebd7fc8e15d0017ff2dc617e6a3 (diff) | |
download | python-setuptools-git-4d4dbd3c5c69f63418ca2f22e9d6a3b8185b2e00.tar.gz |
Merge with master
--HG--
branch : feature/issue-229
Diffstat (limited to 'setuptools/svn_utils.py')
-rw-r--r-- | setuptools/svn_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/svn_utils.py b/setuptools/svn_utils.py index 41d176bb..f80fd9f3 100644 --- a/setuptools/svn_utils.py +++ b/setuptools/svn_utils.py @@ -299,7 +299,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")
|