diff options
author | Sachidananda <sac@gluster.com> | 2011-01-27 00:29:21 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2011-02-17 11:32:11 -0800 |
commit | de44838d514e1f83a81dcff9438adbbb268ef981 (patch) | |
tree | 320643faf6c3a769a72c5da1b57d9513935984d0 /cli/src | |
parent | 26cedae57d5b7cb8d50ed077ce29c92e30d6e260 (diff) |
Typo fixes in log and cli messages.
Signed-off-by: Sachidananda Urs <sac@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2321 (Typo in logs and cli messages)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2321
Diffstat (limited to 'cli/src')
-rw-r--r-- | cli/src/cli-cmd-volume.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 7ecfde2e0..9047d6d7d 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -204,7 +204,7 @@ cli_cmd_volume_delete_cbk (struct cli_state *state, struct cli_cmd_word *word, int sent = 0; int parse_error = 0; - question = "Deleting volume will erase all information about the volume." + question = "Deleting volume will erase all information about the volume. " "Do you want to continue?"; proc = &cli_rpc_prog->proctable[GF1_CLI_DELETE_VOLUME]; @@ -346,7 +346,7 @@ cli_cmd_volume_stop_cbk (struct cli_state *state, struct cli_cmd_word *word, int parse_error = 0; const char *question = "Stopping volume will make its data inaccessible. " - "Do you want to Continue?"; + "Do you want to continue?"; frame = create_frame (THIS, THIS->ctx->pool); if (!frame) |