Revision 94f33595 pithos/backends/lib/hashfiler/store.py

b/pithos/backends/lib/hashfiler/store.py
38 38

  
39 39
class Store(object):
40 40
    """Store.
41
       Required contstructor parameters: path, block_size, hash_algorithm.
41
       Required constructor parameters: path, block_size, hash_algorithm.
42 42
    """
43 43
    
44 44
    def __init__(self, **params):

Also available in: Unified diff