summaryrefslogtreecommitdiff
path: root/NetWare/Nwmain.c
diff options
context:
space:
mode:
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.