You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/05/28 01:14:52 UTC

[04/10] git commit: fix typo

fix typo


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4e67631e
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4e67631e
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/4e67631e

Branch: refs/heads/trunk
Commit: 4e67631ef84464ee4a1c141719521e835ddcd529
Parents: de1f7ee
Author: Brandon Williams <br...@apache.org>
Authored: Tue May 27 18:11:38 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Tue May 27 18:11:38 2014 -0500

----------------------------------------------------------------------
 src/java/org/apache/cassandra/service/StorageService.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/4e67631e/src/java/org/apache/cassandra/service/StorageService.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/service/StorageService.java b/src/java/org/apache/cassandra/service/StorageService.java
index 9a6e67a..8e7c073 100644
--- a/src/java/org/apache/cassandra/service/StorageService.java
+++ b/src/java/org/apache/cassandra/service/StorageService.java
@@ -739,7 +739,7 @@ public class StorageService extends NotificationBroadcasterSupport implements IE
                         if (existing != null)
                         {
                             if (Gossiper.instance.getEndpointStateForEndpoint(existing).getUpdateTimestamp() > (System.currentTimeMillis() - delay))
-                                throw new UnsupportedOperationException("Cannnot replace a live node... ");
+                                throw new UnsupportedOperationException("Cannot replace a live node... ");
                             current.add(existing);
                         }
                         else