diff -r baab9ea4426c -r 60621cecc8c5 mercurial/manifest.c --- a/mercurial/manifest.c Tue Jun 07 11:57:11 2016 +0200 +++ b/mercurial/manifest.c Thu Jun 09 13:47:42 2016 -0500 @@ -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,