Mercurial > hg
changeset 29254:c5912a0b156c stable
lazymanifest: fix typo s/typles/tuples/
author | Javi Merino <merino.jav@gmail.com> |
---|---|
date | Fri, 27 May 2016 21:24:05 +0200 |
parents | 89bba2beb03e |
children | b0b85d8695cb |
files | mercurial/manifest.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/manifest.c Tue May 24 23:36:27 2016 +0200 +++ b/mercurial/manifest.c Fri May 27 21:24:05 2016 +0200 @@ -861,7 +861,7 @@ {"iterkeys", (PyCFunction)lazymanifest_getkeysiter, METH_NOARGS, "Iterate over file names in this lazymanifest."}, {"iterentries", (PyCFunction)lazymanifest_getentriesiter, METH_NOARGS, - "Iterate over (path, nodeid, flags) typles in this lazymanifest."}, + "Iterate over (path, nodeid, flags) tuples in this lazymanifest."}, {"copy", (PyCFunction)lazymanifest_copy, METH_NOARGS, "Make a copy of this lazymanifest."}, {"filtercopy", (PyCFunction)lazymanifest_filtercopy, METH_O,