From: Richard Levitte <levitte@openssl.org>
Date: Tue, 6 Mar 2018 20:03:21 +0000 (+0100)
Subject: Configure: fix small spelling error
X-Git-Tag: OpenSSL_1_1_1-pre3~179
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed504a20843fce750ac8d1b55d5bb142421ad3df;p=oweals%2Fopenssl.git

Configure: fix small spelling error

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5533)
---

diff --git a/Configure b/Configure
index d78066b25b..6f70e18920 100755
--- a/Configure
+++ b/Configure
@@ -3008,7 +3008,7 @@ sub compiler_predefined {
 
     return () if $^O eq 'VMS';
 
-    die 'compiler_predefines called without a default compiler'
+    die 'compiler_predefined called without a default compiler'
         unless $default_compiler;
 
     if (! $predefined{$default_compiler}) {