diff options
author | shishir gowda <shishirng@gluster.com> | 2010-09-06 23:59:48 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-06 22:46:36 -0700 |
commit | 4f32456db7a0b9134f3a3433704533df213cc9ad (patch) | |
tree | adcfe182a8819183c128749c4137fd1c54f3c96d /cli/src/cli-cmd-parser.c | |
parent | ed9a1cfa9873a0b069a8026d8852e44d94396d86 (diff) |
Typo in log msg for volume create localhost
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1539 (Typo in error message)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1539
Diffstat (limited to 'cli/src/cli-cmd-parser.c')
-rw-r--r-- | cli/src/cli-cmd-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-parser.c b/cli/src/cli-cmd-parser.c index 41c1cc098..daec9c8d6 100644 --- a/cli/src/cli-cmd-parser.c +++ b/cli/src/cli-cmd-parser.c @@ -211,7 +211,7 @@ cli_cmd_volume_create_parse (const char **words, int wordcount, dict_t **options if (!(strcmp(host_name, "localhost") && strcmp (host_name, "127.0.0.1"))) { cli_out ("Please provide a valid hostname/ip other " - "localhost or 127.0.0.1"); + "than localhost or 127.0.0.1"); ret = -1; GF_FREE(freeptr); goto out; |