summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2020-07-09 07:28:19 +0200
committerRichard Levitte <levitte@openssl.org>2020-07-15 23:22:24 +0200
commit55affcadbe4aac7d4832448b8c071b582da4e344 (patch)
treea1d7b6b87ca60fbbfb136929f828428b14e46e9b /Configure
parente45d943665e806ff49d06cfbdd566a8e2d57d56d (diff)
downloadopenssl-new-55affcadbe4aac7d4832448b8c071b582da4e344.tar.gz
Configure: fix minor typo in apitable comment
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12398)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index ce7c895ca0..c9b5c59726 100755
--- a/Configure
+++ b/Configure
@@ -190,7 +190,7 @@ my $apitable = {
# The numbering used changes from 3.0 and on because we updated
# (solidified) our version numbering scheme at that point.
- # From 3.0 and on, we internalise the given version number in dedcimal
+ # From 3.0 and on, we internalise the given version number in decimal
# as MAJOR * 10000 + MINOR * 100 + 0
"3.0.0" => 30000,
"3.0" => 30000,