Skip to content

Commit

Permalink
s/candiate/candidate/
Browse files Browse the repository at this point in the history
  • Loading branch information
macintux committed Feb 6, 2014
1 parent b69bfe3 commit 4bc6547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/riak_core_console.erl
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ stage_replace(Node1, Node2) ->
[Node1]),
error;
{error, invalid_replacement} ->
io:format("Failed: ~p is not a valid replacement candiate.~n"
io:format("Failed: ~p is not a valid replacement candidate.~n"
"Only newly joining nodes can be used for "
"replacement.~n", [Node2]),
error;
Expand Down Expand Up @@ -498,7 +498,7 @@ stage_force_replace(Node1, Node2) ->
is_claimant_error(Node1, "replace"),
error;
{error, invalid_replacement} ->
io:format("Failed: ~p is not a valid replacement candiate.~n"
io:format("Failed: ~p is not a valid replacement candidate.~n"
"Only newly joining nodes can be used for "
"replacement.~n", [Node2]),
error;
Expand Down

0 comments on commit 4bc6547

Please sign in to comment.