summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/graph.c2
1 files changed, 1 insertions, 1 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*/