You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2017/01/04 12:09:59 UTC

svn commit: r1777290 - in /cassandra/site/src/doc/4.0: _sources/architecture/dynamo.txt architecture/dynamo.html

Author: jasobrown
Date: Wed Jan  4 12:09:59 2017
New Revision: 1777290

URL: http://svn.apache.org/viewvc?rev=1777290&view=rev
Log:
fixed misspelling

Modified:
    cassandra/site/src/doc/4.0/_sources/architecture/dynamo.txt
    cassandra/site/src/doc/4.0/architecture/dynamo.html

Modified: cassandra/site/src/doc/4.0/_sources/architecture/dynamo.txt
URL: http://svn.apache.org/viewvc/cassandra/site/src/doc/4.0/_sources/architecture/dynamo.txt?rev=1777290&r1=1777289&r2=1777290&view=diff
==============================================================================
--- cassandra/site/src/doc/4.0/_sources/architecture/dynamo.txt (original)
+++ cassandra/site/src/doc/4.0/_sources/architecture/dynamo.txt Wed Jan  4 12:09:59 2017
@@ -105,7 +105,7 @@ The following consistency levels are ava
   A majority of the replicas in each datacenter must respond.
 
 ``LOCAL_ONE``
-  Only a single replica must respond.  In a multi-datacenter cluster, this also gaurantees that read requests are not
+  Only a single replica must respond.  In a multi-datacenter cluster, this also guarantees that read requests are not
   sent to replicas in a remote datacenter.
 
 ``ANY``

Modified: cassandra/site/src/doc/4.0/architecture/dynamo.html
URL: http://svn.apache.org/viewvc/cassandra/site/src/doc/4.0/architecture/dynamo.html?rev=1777290&r1=1777289&r2=1777290&view=diff
==============================================================================
--- cassandra/site/src/doc/4.0/architecture/dynamo.html (original)
+++ cassandra/site/src/doc/4.0/architecture/dynamo.html Wed Jan  4 12:09:59 2017
@@ -167,7 +167,7 @@ order to consider the operation a succes
 <dt><code class="docutils literal"><span class="pre">EACH_QUORUM</span></code></dt>
 <dd>A majority of the replicas in each datacenter must respond.</dd>
 <dt><code class="docutils literal"><span class="pre">LOCAL_ONE</span></code></dt>
-<dd>Only a single replica must respond.  In a multi-datacenter cluster, this also gaurantees that read requests are not
+<dd>Only a single replica must respond.  In a multi-datacenter cluster, this also guarantees that read requests are not
 sent to replicas in a remote datacenter.</dd>
 <dt><code class="docutils literal"><span class="pre">ANY</span></code></dt>
 <dd>A single replica may respond, or the coordinator may store a hint. If a hint is stored, the coordinator will later
@@ -217,4 +217,4 @@ throughput, latency, and availability.</
     <div class="col-md-2">
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>