diff options
author | Manikandan Selvaganesh <mselvaga@redhat.com> | 2015-02-02 11:57:54 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2015-04-02 03:21:08 -0700 |
commit | 1d6cd6bb0f2f5875e8e4ad370cf1ff2c601cbfd4 (patch) | |
tree | ee33c0da18965079b2c95de1dfa3c794be7539f7 /xlators/nfs | |
parent | 12e603bb9d8bc220eeea01c0ecc8ca63f9df4bc4 (diff) |
Xlators : Fixed typos
Change-Id: I948f85cb369206ee8ce8b8cd5e48cae9adb971c9
BUG: 1075417
Signed-off-by: Manikandan Selvaganesh <mselvaga@redhat.com>
Reviewed-on: http://review.gluster.org/9529
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Diffstat (limited to 'xlators/nfs')
-rw-r--r-- | xlators/nfs/server/src/mount3.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/nfs/server/src/mount3.c b/xlators/nfs/server/src/mount3.c index 16778ea0963..affd338abc5 100644 --- a/xlators/nfs/server/src/mount3.c +++ b/xlators/nfs/server/src/mount3.c @@ -1165,10 +1165,10 @@ err: } /* This function resolves symbolic link into directory path from - * the mount and restart the parsing process from the begining + * the mount and restart the parsing process from the beginning * * Note : Path specified in the symlink should be relative to the - * symlink, because that is the one which is consistent throught + * symlink, because that is the one which is consistent through * out the file system. * If the symlink resolves into another symlink ,then same process * will be repeated. |