The branch master has been updated
       via  ef30a6845a538067829deadca61b000cedf214fd (commit)
      from  d10dac1187fbb12fdb44a0386f1619b79b40d264 (commit)


- Log -----------------------------------------------------------------
commit ef30a6845a538067829deadca61b000cedf214fd
Author: Rich Salz <[email protected]>
Date:   Tue Jan 12 17:35:22 2016 -0500

    Fix typo in error message
    
    Reviewed-by: Viktor Dukhovni <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index b31d041..ee60a39 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;
     }, ".");
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to