Mercurial > public > mercurial-scm > hg-stable
diff mercurial/pure/parsers.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 | 8d928799dab5 |
children | 194e63c1ccb9 |
line wrap: on
line diff
--- a/mercurial/pure/parsers.py Wed Aug 15 22:38:42 2012 +0200 +++ b/mercurial/pure/parsers.py Wed Aug 15 22:39:18 2012 +0200 @@ -70,7 +70,7 @@ def parse_dirstate(dmap, copymap, st): parents = [st[:20], st[20: 40]] - # deref fields so they will be local in loop + # dereference fields so they will be local in loop format = ">cllll" e_size = struct.calcsize(format) pos1 = 40