diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:13:17 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:10:57 +0100 |
commit | 231c54e04649cb5e471b633e93b321405f11dbbf (patch) | |
tree | 402d2ed5f2c65eef974d0cb2f49935ddb8f868de /NetWare/t | |
parent | a00faafa3359b919af63c5dc4f58b202c327189d (diff) | |
download | perl-231c54e04649cb5e471b633e93b321405f11dbbf.tar.gz |
Fix typos (spelling errors) in NetWare/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81898]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81898 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'NetWare/t')
-rw-r--r-- | NetWare/t/NWScripts.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/NetWare/t/NWScripts.pl b/NetWare/t/NWScripts.pl index a594dac697..c16a4a13cd 100644 --- a/NetWare/t/NWScripts.pl +++ b/NetWare/t/NWScripts.pl @@ -24,7 +24,7 @@ foreach $DirItem(@Dirs) if(-d $DirItem1) { # If an item is a folder, then open it further. - # Intemediary automated script like base.pl, lib.pl, cmd.pl etc. + # Intermediary automated script like base.pl, lib.pl, cmd.pl etc. $IntAutoScript = "t/".$DirItem.".pl"; # Open once in write mode since later files are opened in append mode, @@ -61,7 +61,7 @@ foreach $FileName(@DirNames) { $DirItem = $DirItem1; - # Intemediary automated script like base.pl, lib.pl, cmd.pl etc. + # Intermediary automated script like base.pl, lib.pl, cmd.pl etc. $IntAutoScript = "t/".$DirItem.".pl"; } } @@ -160,7 +160,7 @@ foreach $DirItem(@Dirs) { # The folder not empty. - # Intemediary automated script like base.pl, lib.pl, cmd.pl etc. + # Intermediary automated script like base.pl, lib.pl, cmd.pl etc. $IntAutoScript = "t/".$DirItem.".pl"; # Write into the intermediary auto script. |