# HG changeset patch # User Matti Hamalainen # Date 1693084491 -10800 # Node ID 83416b104442d6e6874cdd13b91d5af45d3ef2c5 # Parent 7ae898141a16b70cea867e8f60e403070d80b629 Typofix. diff -r 7ae898141a16 -r 83416b104442 mgtool.php --- a/mgtool.php Mon Jun 19 12:47:07 2023 +0300 +++ b/mgtool.php Sun Aug 27 00:14:51 2023 +0300 @@ -310,7 +310,7 @@ if ((@fwrite($tmpFile, $tmpEXIF, $chunk["size"])) === FALSE) { fclose($tmpFile); - return "Error writing WebP EXIT chunk to temporary file"; + return "Error writing WebP EXIF chunk to temporary file"; } // Parse the EXIF from the temp file