From 7c8aa2b47cf76f710959a1f4a914010aca425016 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 May 2012 02:53:11 +0200 Subject: typo fix in comment Signed-off-by: Denys Vlasenko --- findutils/find.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'findutils/find.c') diff --git a/findutils/find.c b/findutils/find.c index 7f50da80c..0ec5bdfea 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -833,7 +833,7 @@ static action*** parse_params(char **argv) IF_FEATURE_FIND_PATH( PARM_path ,) #if ENABLE_DESKTOP /* -wholename is a synonym for -path */ - /* We support it becuase Linux kernel's "make tags" uses it */ + /* We support it because Linux kernel's "make tags" uses it */ IF_FEATURE_FIND_PATH( PARM_wholename ,) #endif IF_FEATURE_FIND_PATH( PARM_ipath ,) -- cgit v1.2.3