From: Rich Salz Date: Tue, 12 Jan 2016 22:35:22 +0000 (-0500) Subject: Fix typo in error message X-Git-Tag: OpenSSL_1_1_0-pre2~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ef30a6845a538067829deadca61b000cedf214fd;p=oweals%2Fopenssl.git Fix typo in error message Reviewed-by: Viktor Dukhovni --- 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; }, ".");