Fix typo in error message
authorRich Salz <rsalz@openssl.org>
Tue, 12 Jan 2016 22:35:22 +0000 (17:35 -0500)
committerRich Salz <rsalz@openssl.org>
Tue, 12 Jan 2016 22:35:22 +0000 (17:35 -0500)
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Configure

index b31d0418da719b99a443407c202846fbe402031f..ee60a39bd8ecf91567f5b97471ec762c748d9058 100755 (executable)
--- 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;
     }, ".");