summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs3.c
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2016-10-17 13:20:09 +0200
committerNiels de Vos <ndevos@redhat.com>2016-10-18 03:27:12 -0700
commit727f2ebc84b6a3e6db6223ed8f5584d5cbbddbf6 (patch)
tree7f4ac9037081bf11bec0c32585fa8b19ff33c2a2 /xlators/nfs/server/src/nfs3.c
parentb5a7dd5b39845d5e58fdd257b5c2bf801c7c1c8a (diff)
trivial: correct some spelling mistakes in comments and logs
BUG: 1385593 Change-Id: Icfae9e557a284182c6c22e9606fdd641528906f0 Reported-by: Patrick Matthäi <pmatthaei@debian.org> Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/15656 NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Atin Mukherjee <amukherj@redhat.com> Reviewed-by: jiffin tony Thottan <jthottan@redhat.com> Reviewed-by: Kotresh HR <khiremat@redhat.com> Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'xlators/nfs/server/src/nfs3.c')
-rw-r--r--xlators/nfs/server/src/nfs3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs3.c b/xlators/nfs/server/src/nfs3.c
index 64287c5b1bd..ffcba8f2c30 100644
--- a/xlators/nfs/server/src/nfs3.c
+++ b/xlators/nfs/server/src/nfs3.c
@@ -1511,7 +1511,7 @@ nfs3_lookup (rpcsvc_request_t *req, struct nfs3_fh *fh, int fhlen, char *name)
if (ret < 0) {
gf_msg (GF_NFS, GF_LOG_ERROR, -ret,
NFS_MSG_HARD_RESOLVE_FAIL,
- "failed to start hard reslove");
+ "failed to start hard resolve");
stat = nfs3_errno_to_nfsstat3 (-ret);
}