Revision 94f33595

b/pithos/backends/lib/hashfiler/blocker.py
41 41

  
42 42
class Blocker(object):
43 43
    """Blocker.
44
       Required contstructor parameters: blocksize, blockpath, hashtype.
44
       Required constructor parameters: blocksize, blockpath, hashtype.
45 45
    """
46 46

  
47 47
    blocksize = None
b/pithos/backends/lib/hashfiler/mapper.py
40 40

  
41 41
class Mapper(object):
42 42
    """Mapper.
43
       Required contstructor parameters: mappath, namelen.
43
       Required constructor parameters: mappath, namelen.
44 44
    """
45 45
    
46 46
    mappath = None
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