summaryrefslogtreecommitdiff
path: root/dist/Storable/t/restrict.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Storable/t/restrict.t')
-rw-r--r--dist/Storable/t/restrict.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Storable/t/restrict.t b/dist/Storable/t/restrict.t
index b21b37cea4..c27d874e45 100644
--- a/dist/Storable/t/restrict.t
+++ b/dist/Storable/t/restrict.t
@@ -20,7 +20,7 @@ sub BEGIN {
print "1..0 # Skip: No Hash::Util pre 5.005\n";
exit 0;
# And doing this seems on 5.004 seems to create bogus warnings about
- # unitialized variables, or coredumps in Perl_pp_padsv
+ # uninitialized variables, or coredumps in Perl_pp_padsv
} elsif (!eval "require Hash::Util") {
if ($@ =~ /Can\'t locate Hash\/Util\.pm in \@INC/s) {
print "1..0 # Skip: No Hash::Util:\n";