Change the way apps open their input and output files
[openssl.git] / Netware / globals.txt
index fe05d390cf2ebf0f6a040f5d16c0d639ad6cb164..7d1bd7ed0f02482815bf23f70e270bd4632d57fa 100644 (file)
@@ -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.