summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-07-10 17:34:54 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-07-10 17:34:54 +0000
commit5012158adffe1ab065ae5c46f9d98fc9a38bba55 (patch)
tree5976387674d4f26d2f272ec3de6a43415671a65e /util
parent5c9396e37c67490c75e7c5245db853a9d6331bbd (diff)
Minor typos
Submitted by: jufi@nerdnet.de Reviewed by: PR: 138
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 3ed8e53473..9d09799395 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -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.