From e1d2ce02135819898f166de9d9903404eb812046 Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Tue, 21 May 2019 16:51:09 +0530 Subject: cli: Fixed typos Change-Id: I14957c5161f31d5dfc6cf56f8d7ccf4d39372f39 fixes: bz#1711820 Signed-off-by: N Balachandran --- cli/src/cli-cmd-parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli') diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index 6539b622dc0..a6ce49035d9 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -1790,7 +1790,7 @@ cli_cmd_volume_add_brick_parse(struct cli_state *state, const char **words, question = "Replica 2 volumes are prone to " "split-brain. Use Arbiter or " - "Replica 3 to avaoid this. See: " + "Replica 3 to avoid this. See: " "http://docs.gluster.org/en/latest/Administrator%20Guide/" "Split%20brain%20and%20ways%20to%20deal%20with%20it/." "\nDo you still want to continue?\n"; @@ -1917,7 +1917,7 @@ cli_cmd_volume_remove_brick_parse(struct cli_state *state, const char **words, ques = "Replica 2 volumes are prone to " "split-brain. Use Arbiter or Replica 3 " - "to avaoid this. See: " + "to avoid this. See: " "http://docs.gluster.org/en/latest/Administrator%20Guide/" "Split%20brain%20and%20ways%20to%20deal%20with%20it/." "\nDo you still want to continue?\n"; -- cgit