From ed504a20843fce750ac8d1b55d5bb142421ad3df Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 6 Mar 2018 21:03:21 +0100 Subject: [PATCH] Configure: fix small spelling error Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/5533) --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) { -- 2.25.1