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 --- libglusterfs/src/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs') 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*/ -- cgit