Commit 10778e12 authored by Jürgen Gmach's avatar Jürgen Gmach

fix typo

parent 43a82469
...@@ -354,7 +354,7 @@ class ClientCache(object): ...@@ -354,7 +354,7 @@ class ClientCache(object):
seek(maxsize) seek(maxsize)
f.truncate() f.truncate()
# We use the first_free_offset because it is most likelyt the # We use the first_free_offset because it is most likely the
# place where we last wrote. # place where we last wrote.
self.currentofs = first_free_offset or ZEC_HEADER_SIZE self.currentofs = first_free_offset or ZEC_HEADER_SIZE
self._len = l self._len = l
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment