typo
authorGurusamy Sarathy <gsar@cpan.org>
Sat, 13 Nov 1999 10:54:46 +0000 (10:54 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 13 Nov 1999 10:54:46 +0000 (10:54 +0000)
p4raw-id: //depot/perl@4557

util.c

diff --git a/util.c b/util.c
index 554c5b4..650fc31 100644 (file)
--- a/util.c
+++ b/util.c
@@ -3202,7 +3202,7 @@ Perl_find_script(pTHX_ char *scriptname, bool dosearch, char **search_ext, I32 f
                continue;
            if (S_ISREG(PL_statbuf.st_mode)
                && cando(S_IRUSR,TRUE,&PL_statbuf)
-#if !defined(DOSISH) && !defined(MACOS_TRDITIONAL)
+#if !defined(DOSISH) && !defined(MACOS_TRADITIONAL)
                && cando(S_IXUSR,TRUE,&PL_statbuf)
 #endif
                )