summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanju Rakonde <srakonde@redhat.com>2019-10-22 19:03:13 +0530
committerSunny Kumar <sunkumar@redhat.com>2019-12-09 16:36:38 +0000
commitff53751b37656d6a530c5a347bb1aa84649fff6d (patch)
tree99f988cc13c4351e2fe54800c6ce961033e3fa56
parent3199f8759ebfcc31ce158201c3c25d9a738479f8 (diff)
core: fix spelling mistakes
fixes: bz#1728554 credits: Patrick Matthäi <pmatthaei@debian.org> Change-Id: Id08dabf54a529dbb86666b544b1f0859aab75aac Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
-rw-r--r--libglusterfs/src/graph.c2
-rw-r--r--xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcvlt.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/libglusterfs/src/graph.c b/libglusterfs/src/graph.c
index 913f57804cc..679d8a2d25d 100644
--- a/libglusterfs/src/graph.c
+++ b/libglusterfs/src/graph.c
@@ -1378,7 +1378,7 @@ glusterfs_graph_cleanup(void *arg)
ret = pthread_mutex_lock(&graph->mutex);
if (ret != 0) {
gf_msg("glusterfs", GF_LOG_ERROR, EAGAIN, LG_MSG_GRAPH_CLEANUP_FAILED,
- "Failed to aquire a lock");
+ "Failed to acquire a lock");
goto out;
}
/* check and wait for CHILD_DOWN for top xlator*/
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;
}