You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2015/03/23 04:15:52 UTC

cassandra git commit: ex message spilleng typo fix

Repository: cassandra
Updated Branches:
  refs/heads/trunk 83e682031 -> fb3d9fd85


ex message spilleng typo fix


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

Branch: refs/heads/trunk
Commit: fb3d9fd85e84cb83f2fa1d2670772d29a19fbc93
Parents: 83e6820
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Sun Mar 22 23:15:32 2015 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Sun Mar 22 23:15:32 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/fb3d9fd8/src/java/org/apache/cassandra/dht/BootStrapper.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/dht/BootStrapper.java b/src/java/org/apache/cassandra/dht/BootStrapper.java
index 8f52f7e..9d9cf0f 100644
--- a/src/java/org/apache/cassandra/dht/BootStrapper.java
+++ b/src/java/org/apache/cassandra/dht/BootStrapper.java
@@ -84,7 +84,7 @@ public class BootStrapper
         }
         catch (InterruptedException e)
         {
-            throw new RuntimeException("Interrupted while waiting on boostrap to complete. Bootstrap will have to be restarted.");
+            throw new RuntimeException("Interrupted while waiting on bootstrap to complete. Bootstrap will have to be restarted.");
         }
         catch (ExecutionException e)
         {