Configure: fix minor typo in apitable comment
authorDaniel Bevenius <daniel.bevenius@gmail.com>
Thu, 9 Jul 2020 05:28:19 +0000 (07:28 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Jul 2020 21:22:24 +0000 (23:22 +0200)
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12398)

Configure

index ce7c895ca0d19644f0ab7b11c29b13665e2f0254..c9b5c59726a0dd09308b6085bacaf5370e4c448b 100755 (executable)
--- 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.
 
     # 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,
     # as MAJOR * 10000 + MINOR * 100 + 0
     "3.0.0" => 30000,
     "3.0"   => 30000,