Author: jbellis
Date: Mon Mar 15 19:51:14 2010
New Revision: 923408

URL: http://svn.apache.org/viewvc?rev=923408&view=rev
Log:
s/timed/periodic/ typo fix

Modified:
    cassandra/branches/cassandra-0.6/conf/storage-conf.xml

Modified: cassandra/branches/cassandra-0.6/conf/storage-conf.xml
URL: 
http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/conf/storage-conf.xml?rev=923408&r1=923407&r2=923408&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/conf/storage-conf.xml (original)
+++ cassandra/branches/cassandra-0.6/conf/storage-conf.xml Mon Mar 15 19:51:14 
2010
@@ -349,7 +349,7 @@
    ~ This is less necessary in Cassandra than in traditional databases
    ~ since replication reduces the odds of losing data from a failure
    ~ after writing the log entry but before it actually reaches the disk.
-   ~ So the other option is "timed," where writes may be acked immediately
+   ~ So the other option is "periodic," where writes may be acked immediately
    ~ and the CommitLog is simply synced every CommitLogSyncPeriodInMS
    ~ milliseconds.
   -->


Reply via email to