Fix typo.
authorAntony Chazapis <chazapis@gmail.com>
Mon, 30 Jan 2012 10:43:31 +0000 (12:43 +0200)
committerAntony Chazapis <chazapis@gmail.com>
Mon, 30 Jan 2012 10:43:31 +0000 (12:43 +0200)
pithos/backends/lib/hashfiler/blocker.py
pithos/backends/lib/hashfiler/mapper.py
pithos/backends/lib/hashfiler/store.py

index 2c5fc5e..3e98b65 100644 (file)
@@ -41,7 +41,7 @@ from context_file import ContextFile, file_sync_read_chunks
 
 class Blocker(object):
     """Blocker.
-       Required contstructor parameters: blocksize, blockpath, hashtype.
+       Required constructor parameters: blocksize, blockpath, hashtype.
     """
 
     blocksize = None
index a366156..f9ecefb 100644 (file)
@@ -40,7 +40,7 @@ from context_file import ContextFile
 
 class Mapper(object):
     """Mapper.
-       Required contstructor parameters: mappath, namelen.
+       Required constructor parameters: mappath, namelen.
     """
     
     mappath = None
index fdd1204..afd5d87 100644 (file)
@@ -38,7 +38,7 @@ from mapper import Mapper
 
 class Store(object):
     """Store.
-       Required contstructor parameters: path, block_size, hash_algorithm.
+       Required constructor parameters: path, block_size, hash_algorithm.
     """
     
     def __init__(self, **params):