From 55affcadbe4aac7d4832448b8c071b582da4e344 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 9 Jul 2020 07:28:19 +0200 Subject: [PATCH] Configure: fix minor typo in apitable comment Reviewed-by: Paul Dale Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12398) --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1