From 6d94a332ebafbda598d50efcd64429af563dae30 Mon Sep 17 00:00:00 2001 From: Aravinda VK Date: Wed, 10 Jul 2019 12:34:34 +0530 Subject: Fix spelling errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: bz#1728554 Change-Id: I88357aed7c14988a12616035c3738c32c09a8f9a Signed-off-by: Patrick Matthäi Signed-off-by: Aravinda VK --- glusterfsd/src/glusterfsd-mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd-mgmt.c b/glusterfsd/src/glusterfsd-mgmt.c index 027ff618992..fd3cc3368b3 100644 --- a/glusterfsd/src/glusterfsd-mgmt.c +++ b/glusterfsd/src/glusterfsd-mgmt.c @@ -1634,7 +1634,7 @@ glusterfs_handle_node_status(rpcsvc_request_t *req) break; case GF_CLI_STATUS_CLIENTS: - // clients not availbale for SHD + // clients not available for SHD if ((cmd & GF_CLI_STATUS_SHD) != 0) break; -- cgit