diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-26 10:26:44 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-26 10:26:44 +0100 |
| commit | 10c649436a44687d7145da58c2562cada6991b23 (patch) | |
| tree | b9e82eab67bdedface95bba097dae544f1cecdb3 /src | |
| parent | 603999b07745f04876f18c7e4e200230a06d9798 (diff) | |
| download | rabbitmq-server-git-10c649436a44687d7145da58c2562cada6991b23.tar.gz | |
fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mnesia.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mnesia.erl b/src/rabbit_mnesia.erl index 8df8e65361..942048f9b0 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) -> |
