← Back to team overview

dulwich-users team mailing list archive

[PATCH v3 1/4] Repo.get_named_file: fix spelling in doc

 

---
 dulwich/repo.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dulwich/repo.py b/dulwich/repo.py
index 6f8ab9f..9e29737 100644
--- a/dulwich/repo.py
+++ b/dulwich/repo.py
@@ -778,7 +778,7 @@ class BaseRepo(object):
         """Get a file from the control dir with a specific name.
 
         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.
 
         :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.
 
         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.
 
         :param path: The path to the file, relative to the control dir.
-- 
1.7.3.2.msysgit.0




Follow ups

References