2
0
Эх сурвалжийг харах

Repo.get_named_file: fix spelling in doc
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>

Tay Ray Chuan 14 жил өмнө
parent
commit
c3e4eb5c17
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      dulwich/repo.py

+ 2 - 2
dulwich/repo.py

@@ -778,7 +778,7 @@ class BaseRepo(object):
         """Get a file from the control dir with a specific name.
         """Get a file from the control dir with a specific name.
 
 
         Although the filename should be interpreted as a filename relative to
         Although the filename should be interpreted as a filename relative to
-        the control dir in a disk-baked Repo, the object returned need not be
+        the control dir in a disk-based Repo, the object returned need not be
         pointing to a file in that location.
         pointing to a file in that location.
 
 
         :param path: The path to the file, relative to the control dir.
         :param path: The path to the file, relative to the control dir.
@@ -1126,7 +1126,7 @@ class Repo(BaseRepo):
         """Get a file from the control dir with a specific name.
         """Get a file from the control dir with a specific name.
 
 
         Although the filename should be interpreted as a filename relative to
         Although the filename should be interpreted as a filename relative to
-        the control dir in a disk-baked Repo, the object returned need not be
+        the control dir in a disk-based Repo, the object returned need not be
         pointing to a file in that location.
         pointing to a file in that location.
 
 
         :param path: The path to the file, relative to the control dir.
         :param path: The path to the file, relative to the control dir.