comments: fix spelling
authorArseniy Alekseyev <aalekseyev@janestreet.com>
Mon, 30 Jan 2023 13:37:48 +0000
changeset 50432 584ff1f97201
parent 50429 608a69d5d38f
child 50433 e07dc1e7a454
comments: fix spelling
mercurial/store.py
--- a/mercurial/store.py	Fri Apr 07 14:23:12 2023 +0200
+++ b/mercurial/store.py	Mon Jan 30 13:37:48 2023 +0000
@@ -524,7 +524,7 @@
                 yield (FILETYPE_OTHER | t, u, s)
 
     def walk(self, matcher=None):
-        """return file related to data storage (ie: revlogs)
+        """return files related to data storage (ie: revlogs)
 
         yields (file_type, unencoded, size)