diff options
author | Vijay Bellur <vbellur@redhat.com> | 2013-07-30 23:22:24 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-07-31 03:40:09 -0700 |
commit | fd9a9ad14ba0abba907cbf52c51ee17738014232 (patch) | |
tree | 8006e770c0f8f7cc38d4c4f757d8ba03de8a24f9 | |
parent | 177f32e5b0d73336b2d5bde08bafff186b65e211 (diff) |
mgmt/glusterd: Fix a minor typo.
Thanks to Patrick Matthäi <pmatthaei@debian.org> for the patch.
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Change-Id: I59da74298894ccc2ab30967ffe44cc844aa73f82
BUG: 814534
Reviewed-on: http://review.gluster.org/5436
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: Anand Avati <avati@redhat.com>
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c index c126ef3778a..71c8428ec9e 100644 --- a/xlators/mgmt/glusterd/src/glusterd-store.c +++ b/xlators/mgmt/glusterd/src/glusterd-store.c @@ -1348,7 +1348,7 @@ glusterd_restore_op_version (xlator_t *this) if ((op_version < GD_OP_VERSION_MIN) || (op_version > GD_OP_VERSION_MAX)) { gf_log (this->name, GF_LOG_ERROR, - "wrong op-version (%d) retreived", op_version); + "wrong op-version (%d) retrieved", op_version); ret = -1; goto out; } |