summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2012-10-26 10:26:44 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2012-10-26 10:26:44 +0100
commitb9c8164436a44c771b4b456ffbedebb9c042dd2a (patch)
treeb9e82eab67bdedface95bba097dae544f1cecdb3
parentbdcf10239eb8bb0d762f7ecb07b4e315670d7344 (diff)
downloadrabbitmq-server-b9c8164436a44c771b4b456ffbedebb9c042dd2a.tar.gz
fix typo
-rw-r--r--src/rabbit_mnesia.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mnesia.erl b/src/rabbit_mnesia.erl
index 8df8e653..942048f9 100644
--- a/src/rabbit_mnesia.erl
+++ b/src/rabbit_mnesia.erl
@@ -833,7 +833,7 @@ error_description(cannot_connect_to_cluster) ->
"'update_cluster_nodes' command to point to the new cluster nodes.";
error_description(no_online_cluster_nodes) ->
"Could not find any online cluster nodes. If the cluster has changed, "
- "you can use the 'recluster' command.";
+ "you can use the 'update_cluster_nodes' command.";
error_description(cannot_connect_to_node) ->
"Could not connect to the cluster node provided.";
error_description(inconsistent_cluster) ->