Minor typos
authorLutz Jänicke <jaenicke@openssl.org>
Wed, 10 Jul 2002 17:34:54 +0000 (17:34 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Wed, 10 Jul 2002 17:34:54 +0000 (17:34 +0000)
Submitted by: jufi@nerdnet.de
Reviewed by:
PR: 138

NEWS
util/mkdef.pl

diff --git a/NEWS b/NEWS
index 27792864c5786298e81cd1b9d203a1afe5efba06..a5556d34bba7402f17a82077ab25d655ba4f8334 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -91,7 +91,7 @@
       o Bug fixes for Win32, HP/UX and Irix.
       o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
         memory checking routines.
-      o Bug fixes for RSA operations in threaded enviroments.
+      o Bug fixes for RSA operations in threaded environments.
       o Bug fixes in misc. openssl applications.
       o Remove a few potential memory leaks.
       o Add tighter checks of BIGNUM routines.
index 3ed8e53473d1d57c04445aa35cdff0b6f7a21b23..9d0979939518bdefaeb7ae3f77177c65253a4d2d 100755 (executable)
@@ -43,8 +43,8 @@
 #   EXPORT_VAR_AS_FUNCTION).  This script assumes renaming of symbols is found
 #   in the file crypto/symhacks.h.
 #   The semantics for the platforms is that every item is checked against the
-#   enviroment.  For the negative items ("!FOO"), if any of them is false
-#   (i.e. "FOO" is true) in the enviroment, the corresponding symbol can't be
+#   environment.  For the negative items ("!FOO"), if any of them is false
+#   (i.e. "FOO" is true) in the environment, the corresponding symbol can't be
 #   used.  For the positive itms, if all of them are false in the environment,
 #   the corresponding symbol can't be used.  Any combination of positive and
 #   negative items are possible, and of course leave room for some redundancy.