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/nwplglob.c | |
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/nwplglob.c')
-rw-r--r-- | NetWare/nwplglob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/nwplglob.c b/NetWare/nwplglob.c index c7a210458c..51a3e5e3e8 100644 --- a/NetWare/nwplglob.c +++ b/NetWare/nwplglob.c @@ -9,7 +9,7 @@ /* * FILENAME : nwplglob.c - * DESCRIPTION : Perl globbing support for NetWare. Other platforms have usually lauched + * DESCRIPTION : Perl globbing support for NetWare. Other platforms have usually launched * a separate executable for this in order to take advantage of their * shell's capability for generating a list of files from a given * wildcard file spec. On NetWare, we don't have that luxury. |