Mercurial > public > mercurial-scm > hg-stable
diff hgext/largefiles/remotestore.py @ 17425:e95ec38f86b0
fix wording and not-completely-trivial spelling errors and bad docstrings
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 15 Aug 2012 22:39:18 +0200 |
parents | 9e1616307c4c |
children | ed647c59753b |
line wrap: on
line diff
--- a/hgext/largefiles/remotestore.py Wed Aug 15 22:38:42 2012 +0200 +++ b/hgext/largefiles/remotestore.py Wed Aug 15 22:39:18 2012 +0200 @@ -4,7 +4,7 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -'''remote largefile store; the base class for servestore''' +'''remote largefile store; the base class for wirestore''' import urllib2