diff options
| author | N Balachandran <nbalacha@redhat.com> | 2019-05-21 16:51:09 +0530 | 
|---|---|---|
| committer | Atin Mukherjee <amukherj@redhat.com> | 2019-05-23 09:17:27 +0000 | 
| commit | e1d2ce02135819898f166de9d9903404eb812046 (patch) | |
| tree | 2fb63cc51d82cf06bd3fa0aaec3bb333c5bd0507 | |
| parent | 93156e203c2f51d8a4047889a4c769564b8107b1 (diff) | |
cli:  Fixed typos
Change-Id: I14957c5161f31d5dfc6cf56f8d7ccf4d39372f39
fixes: bz#1711820
Signed-off-by: N Balachandran <nbalacha@redhat.com>
| -rw-r--r-- | cli/src/cli-cmd-parser.c | 4 | 
1 files changed, 2 insertions, 2 deletions
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";  | 
