aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-01-12 17:35:22 -0500
committerRich Salz <rsalz@openssl.org>2016-01-12 17:35:22 -0500
commitef30a6845a538067829deadca61b000cedf214fd (patch)
treef00cf6594bd165600926c7daa360314f3b2e449d /Configure
parentd10dac1187fbb12fdb44a0386f1619b79b40d264 (diff)
downloadopenssl-ef30a6845a538067829deadca61b000cedf214fd.tar.gz
Fix typo in error message
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index b31d0418da..ee60a39bd8 100755
--- a/Configure
+++ b/Configure
@@ -2178,7 +2178,7 @@ find(sub {
die sprintf "Error reading Makefile.in in %s: !$\n",
$File::Find::dir;
$out->close() or
- die sprintf "Error writing Makefile.in in %s: !$\n",
+ die sprintf "Error writing Makefile in %s: !$\n",
$File::Find::dir;
}, ".");