From: Daniel Bevenius Date: Thu, 9 Jul 2020 05:28:19 +0000 (+0200) Subject: Configure: fix minor typo in apitable comment X-Git-Tag: openssl-3.0.0-alpha5~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55affcadbe4aac7d4832448b8c071b582da4e344;p=thirdparty%2Fopenssl.git Configure: fix minor typo in apitable comment Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12398) --- diff --git a/Configure b/Configure index ce7c895ca0d..c9b5c59726a 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,