aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-03-06 21:03:21 +0100
committerRichard Levitte <levitte@openssl.org>2018-03-06 21:18:33 +0100
commited504a20843fce750ac8d1b55d5bb142421ad3df (patch)
tree5b201af1636869c823521cbe5f7cd648eee1590e
parent41aede863b76202347c2d5e2c2666428084f9203 (diff)
downloadopenssl-ed504a20843fce750ac8d1b55d5bb142421ad3df.zip
openssl-ed504a20843fce750ac8d1b55d5bb142421ad3df.tar.gz
openssl-ed504a20843fce750ac8d1b55d5bb142421ad3df.tar.bz2
Configure: fix small spelling error
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5533)
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index d78066b..6f70e18 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}) {