summaryrefslogtreecommitdiff
path: root/NetWare/Nwmain.c
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:13:17 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:10:57 +0100
commit231c54e04649cb5e471b633e93b321405f11dbbf (patch)
tree402d2ed5f2c65eef974d0cb2f49935ddb8f868de /NetWare/Nwmain.c
parenta00faafa3359b919af63c5dc4f58b202c327189d (diff)
downloadperl-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/Nwmain.c')
-rw-r--r--NetWare/Nwmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/Nwmain.c b/NetWare/Nwmain.c
index b49fc80f70..a64534ecca 100644
--- a/NetWare/Nwmain.c
+++ b/NetWare/Nwmain.c
@@ -169,7 +169,7 @@ void main(int argc, char *argv[])
// Create the file NUL if not present. This is done only once per NLM load.
// This is required for -e.
- // Earlier verions were creating temporary files (in perl.c file) for -e.
+ // Earlier versions were creating temporary files (in perl.c file) for -e.
// Now, the technique of creating temporary files are removed since they were
// fragile or insecure or slow. It now uses the memory by setting
// the BIT_BUCKET to "nul" on Win32, which is equivalent to /dev/nul of Unix.