typo fix in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 May 2012 00:53:11 +0000 (02:53 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 18 May 2012 00:53:11 +0000 (02:53 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/find.c

index 7f50da8..0ec5bdf 100644 (file)
@@ -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     ,)