[Neo-report] r2776 jm - in /trunk: README neo/storage/handlers/replication.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 14 12:04:10 CEST 2011


Author: jm
Date: Tue Jun 14 12:04:10 2011
New Revision: 2776

Log:
typos

Modified:
    trunk/README
    trunk/neo/storage/handlers/replication.py

Modified: trunk/README
==============================================================================
--- trunk/README [iso-8859-1] (original)
+++ trunk/README [iso-8859-1] Tue Jun 14 12:04:10 2011
@@ -93,7 +93,7 @@ How to use
 
    b. Just create the storage object and play with it:
 
-      from neo.client.Storare import Storage
+      from neo.client.Storage import Storage
           s = Storage(master_nodes="127.0.0.1:10010", name="main")
       ...
 

Modified: trunk/neo/storage/handlers/replication.py
==============================================================================
--- trunk/neo/storage/handlers/replication.py [iso-8859-1] (original)
+++ trunk/neo/storage/handlers/replication.py [iso-8859-1] Tue Jun 14 12:04:10 2011
@@ -32,7 +32,7 @@ CHECK_REPLICATE = 1
 CHECK_DONE = 2
 
 """
-Replication algorythm
+Replication algorithm
 
 Purpose: replicate the content of a reference node into a replicating node,
 bringing it up-to-date.
@@ -46,7 +46,7 @@ partitions.
 - Transaction (metadata) replication
 - Object (data) replication
 
-Both part follow the same mechanism:
+Both parts follow the same mechanism:
 - On both sides (replicating and reference), compute a checksum of a chunk
   (RANGE_LENGTH number of entries). If there is a mismatch, chunk size is
   reduced, and scan restarts from same row, until it reaches a minimal length




More information about the Neo-report mailing list