diff options
author | Niels de Vos <ndevos@redhat.com> | 2016-10-17 13:20:09 +0200 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-10-18 03:27:12 -0700 |
commit | 727f2ebc84b6a3e6db6223ed8f5584d5cbbddbf6 (patch) | |
tree | 7f4ac9037081bf11bec0c32585fa8b19ff33c2a2 /xlators/cluster/dht/src/dht-common.c | |
parent | b5a7dd5b39845d5e58fdd257b5c2bf801c7c1c8a (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/cluster/dht/src/dht-common.c')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index b984db951c1..01d83bb3074 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -1955,7 +1955,7 @@ unlock: * be unlinked (performed in the "else if" block below) * * But if a linkto file is found on hashed subvolume, it may be - * pointing to vaild cached node. So unlinking of linkto + * pointing to valid cached node. So unlinking of linkto * file on hashed subvolume is skipped and inside * dht_lookup_everywhere_done, checks are performed. If this * linkto file is found as stale linkto file, it is deleted |