summaryrefslogtreecommitdiff
path: root/gitdb/pack.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-07-27 09:32:29 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-07-27 09:32:29 +0300
commit2af455266cb3ea454c4f38b182825b9e78b8398d (patch)
tree58304502d260cefdaf1248be20c2a283b09a6a9f /gitdb/pack.py
parentd1996e04dbf4841b853b60c1365f0f5fd28d170c (diff)
downloadgitdb-2af455266cb3ea454c4f38b182825b9e78b8398d.tar.gz
Spelling fixes
Diffstat (limited to 'gitdb/pack.py')
-rw-r--r--gitdb/pack.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitdb/pack.py b/gitdb/pack.py
index 511e557..2447455 100644
--- a/gitdb/pack.py
+++ b/gitdb/pack.py
@@ -85,7 +85,7 @@ def pack_object_at(cursor, offset, as_stream):
an object of the correct type according to the type_id of the object.
If as_stream is True, the object will contain a stream, allowing the
data to be read decompressed.
- :param data: random accessable data containing all required information
+ :param data: random accessible data containing all required information
:parma offset: offset in to the data at which the object information is located
:param as_stream: if True, a stream object will be returned that can read
the data, otherwise you receive an info object only"""
@@ -447,7 +447,7 @@ class PackIndexFile(LazyMixin):
:return: index as in `sha_to_index` or None if the sha was not found in this
index file
:param partial_bin_sha: an at least two bytes of a partial binary sha as bytes
- :param canonical_length: lenght of the original hexadecimal representation of the
+ :param canonical_length: length of the original hexadecimal representation of the
given partial binary sha
:raise AmbiguousObjectName:"""
if len(partial_bin_sha) < 2: