From 727f2ebc84b6a3e6db6223ed8f5584d5cbbddbf6 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 17 Oct 2016 13:20:09 +0200 Subject: trivial: correct some spelling mistakes in comments and logs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG: 1385593 Change-Id: Icfae9e557a284182c6c22e9606fdd641528906f0 Reported-by: Patrick Matthäi Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/15656 NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Atin Mukherjee Reviewed-by: jiffin tony Thottan Reviewed-by: Kotresh HR Smoke: Gluster Build System --- xlators/cluster/dht/src/dht-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/cluster/dht/src') 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 -- cgit