From fd9a9ad14ba0abba907cbf52c51ee17738014232 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Tue, 30 Jul 2013 23:22:24 +0530 Subject: mgmt/glusterd: Fix a minor typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Patrick Matthäi for the patch. Signed-off-by: Vijay Bellur Change-Id: I59da74298894ccc2ab30967ffe44cc844aa73f82 BUG: 814534 Reviewed-on: http://review.gluster.org/5436 Reviewed-by: Amar Tumballi Tested-by: Anand Avati --- xlators/mgmt/glusterd/src/glusterd-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-store.c') diff --git a/xlators/mgmt/glusterd/src/glusterd-store.c b/xlators/mgmt/glusterd/src/glusterd-store.c index c126ef377..71c8428ec 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; } -- cgit