diff options
author | Aravinda VK <avishwan@redhat.com> | 2019-07-10 12:34:34 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-07-14 05:17:46 +0000 |
commit | 6d94a332ebafbda598d50efcd64429af563dae30 (patch) | |
tree | 24a9a32bff695cdb4d31b887a6ba4a494aa710fe /glusterfsd/src/glusterfsd-mgmt.c | |
parent | 8f37561d665b6a70b2b4bd8afab12affb1805148 (diff) |
Fix spelling errors
Fixes: bz#1728554
Change-Id: I88357aed7c14988a12616035c3738c32c09a8f9a
Signed-off-by: Patrick Matthäi <pmatthaei@debian.org>
Signed-off-by: Aravinda VK <avishwan@redhat.com>
Diffstat (limited to 'glusterfsd/src/glusterfsd-mgmt.c')
-rw-r--r-- | glusterfsd/src/glusterfsd-mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |