Fix typo in error message

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
This commit is contained in:
Rich Salz 2016-01-12 17:35:22 -05:00
parent d10dac1187
commit ef30a6845a

View File

@ -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;
}, ".");