Browse Source

Spelling fix.

Gary van der Merwe 10 years ago
parent
commit
7c938359c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dulwich/index.py

+ 1 - 1
dulwich/index.py

@@ -478,7 +478,7 @@ def build_index_from_tree(prefix, index_path, object_store, tree_id,
         default just refuses .git and .. directories.
         default just refuses .git and .. directories.
 
 
     :note:: existing index is wiped and contents are not merged
     :note:: existing index is wiped and contents are not merged
-        in a working dir. Suiteable only for fresh clones.
+        in a working dir. Suitable only for fresh clones.
     """
     """
 
 
     index = Index(index_path)
     index = Index(index_path)