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

Fix typo in method description

David Ostrovsky 10 жил өмнө
parent
commit
7225e0eb8c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      dulwich/pack.py

+ 1 - 1
dulwich/pack.py

@@ -931,7 +931,7 @@ class PackData(object):
     Pack files can be accessed both sequentially for exploding a pack, and
     Pack files can be accessed both sequentially for exploding a pack, and
     directly with the help of an index to retrieve a specific object.
     directly with the help of an index to retrieve a specific object.
 
 
-    The objects within are either complete or a delta aginst another.
+    The objects within are either complete or a delta against another.
 
 
     The header is variable length. If the MSB of each byte is set then it
     The header is variable length. If the MSB of each byte is set then it
     indicates that the subsequent byte is still part of the header.
     indicates that the subsequent byte is still part of the header.