From 82f9d58a397e18e824eb0e16ee141e92fbd8d20b Mon Sep 17 00:00:00 2001
From: Junio C Hamano <junkio@cox.net>
Date: Thu, 29 Dec 2005 01:30:08 -0800
Subject: code comments: spell

Signed-off-by: Junio C Hamano <junkio@cox.net>
---
 ls-files.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ls-files.c')

diff --git a/ls-files.c b/ls-files.c
index 5e9ac712a..cd8743012 100644
--- a/ls-files.c
+++ b/ls-files.c
@@ -169,7 +169,7 @@ static int excluded_1(const char *pathname,
 			}
 			else {
 				/* match with FNM_PATHNAME:
-				 * exclude has base (baselen long) inplicitly
+				 * exclude has base (baselen long) implicitly
 				 * in front of it.
 				 */
 				int baselen = x->baselen;
-- 
cgit v1.2.1