From ff53751b37656d6a530c5a347bb1aa84649fff6d Mon Sep 17 00:00:00 2001 From: Sanju Rakonde Date: Tue, 22 Oct 2019 19:03:13 +0530 Subject: core: fix spelling mistakes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes: bz#1728554 credits: Patrick Matthäi Change-Id: Id08dabf54a529dbb86666b544b1f0859aab75aac Signed-off-by: Sanju Rakonde --- .../features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/features') diff --git a/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.c b/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.c index 5243c8bd492..5b7272bb448 100644 --- a/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.c +++ b/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.c @@ -625,7 +625,7 @@ cvlt_download(call_frame_t *frame, void *config) } /* - * We need t perform in-place restore of the file from data managment + * We need to perform in-place restore of the file from data management * store to gusterfs volume. */ op_ret = cvlt_init_gluster_store_info(locxattr, &dest_storeinfo); @@ -653,7 +653,7 @@ cvlt_download(call_frame_t *frame, void *config) cvlt_download_complete, req); if (op_ret < 0) { gf_msg(plugin, GF_LOG_ERROR, 0, CVLT_RESTORE_FAILED, - " failed to restore file gfid=%s from data managment store", + " failed to restore file gfid=%s from data management store", uuid_utoa(locxattr->gfid)); goto err; } -- cgit