aboutsummaryrefslogtreecommitdiffstats
path: root/Netware/globals.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Netware/globals.txt')
-rw-r--r--Netware/globals.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Netware/globals.txt b/Netware/globals.txt
index fe05d390cf..7d1bd7ed0f 100644
--- a/Netware/globals.txt
+++ b/Netware/globals.txt
@@ -66,7 +66,7 @@ static LHASH *error_hash=NULL;
static LHASH *thread_hash=NULL;
several files have routines with static "init" to track if error strings
- have been loaded ( may not want seperate error strings for each process )
+ have been loaded ( may not want separate error strings for each process )
The "init" variable can't be left "global" because the error has is a ptr
that is malloc'ed. The malloc'ed error has is dependant on the "init"
vars.