changeset 338:83416b104442

Typofix.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 27 Aug 2023 00:14:51 +0300
parents 7ae898141a16
children 04868ed6aab2
files mgtool.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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