summaryrefslogtreecommitdiff
path: root/lib/File/stat.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/File/stat.pm')
-rw-r--r--lib/File/stat.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/stat.pm b/lib/File/stat.pm
index 9cb4a3fa45..8db0b774f4 100644
--- a/lib/File/stat.pm
+++ b/lib/File/stat.pm
@@ -84,7 +84,7 @@ else {
my ($s, $mode, $eff) = @_;
my $uid = $eff ? $> : $<;
- # If we're root on unix and we are not testing for exectable
+ # If we're root on unix and we are not testing for executable
# status, then all file tests are true.
$^O ne "VMS" and $uid == 0 and !($mode & 0111) and return 1;