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)
This commit is contained in:
Daniel Bevenius 2020-07-09 07:28:19 +02:00 committed by Richard Levitte
parent e45d943665
commit 55affcadbe
1 changed files with 1 additions and 1 deletions

View File

@ -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,