summaryrefslogtreecommitdiffstats
path: root/Configurations/descrip.mms.tmpl
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2018-05-06 17:50:23 +0200
committerPauli <pauli@openssl.org>2021-04-14 09:31:49 +1000
commitf691578bdc9f2ef207666c278dd6c44b9825bd81 (patch)
tree576c2b2ad84ffc87a4b1a5d88865aae2b01cceb0 /Configurations/descrip.mms.tmpl
parentc6e090fe17fff5bed63ade23ea414f53e68a38ed (diff)
nits: fix a few typo in template code
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14806)
Diffstat (limited to 'Configurations/descrip.mms.tmpl')
-rw-r--r--Configurations/descrip.mms.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configurations/descrip.mms.tmpl b/Configurations/descrip.mms.tmpl
index a3b3a44785..efc0224ecc 100644
--- a/Configurations/descrip.mms.tmpl
+++ b/Configurations/descrip.mms.tmpl
@@ -764,7 +764,7 @@ reconfigure reconf :
# To resolve 2, we need to have a variable that will hold the whole
# inclusion qualifier, or be the empty string if there are no inclusion
# directories. That's the symbol 'qual_includes' that's used in CPPFLAGS
- # To resolve 3, we creata a logical name TMP_INCLUDES: to hold the list
+ # To resolve 3, we create a logical name TMP_INCLUDES: to hold the list
# of inclusion directories.
#
# This function returns a list of two lists, one being the collection of
@@ -1233,7 +1233,7 @@ EOF
# bar.obj happens to have a symbol that also exists in libsomething.exe,
# the linker will warn about it, loudly, and will then choose to pick
# the first copy encountered (the one in bar.obj in this example).
- # On Unix and on Windows, the corresponding maneuvre goes through
+ # On Unix and on Windows, the corresponding maneuver goes through
# silently with the same effect.
# With some test programs, made for checking the internals of OpenSSL,
# we do this kind of linking deliberately, picking a few specific object