summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-11-13 10:54:46 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-11-13 10:54:46 +0000
commit73811745eab1cbdcd71a7f96d2ebef91be9e927a (patch)
tree4ebb525c2e1ffdca1236c77b75a92654d3027a2d
parent52557c15924686d528dcb0096c4e8823c0bb6ffb (diff)
downloadperl-73811745eab1cbdcd71a7f96d2ebef91be9e927a.tar.gz
typo
p4raw-id: //depot/perl@4557
-rw-r--r--util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c
index 554c5b4041..650fc3155c 100644
--- 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
)