From ff0d3b4ea2fb8294c84e8d99ccad599355cfc6dc Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 20 Nov 2025 08:20:45 +1100 Subject: [PATCH] Fixed typo --- src/PIL/JpegXlImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/JpegXlImagePlugin.py b/src/PIL/JpegXlImagePlugin.py index 4f4807748..7a6cc274c 100644 --- a/src/PIL/JpegXlImagePlugin.py +++ b/src/PIL/JpegXlImagePlugin.py @@ -90,7 +90,7 @@ class JpegXlImageFile(ImageFile.ImageFile): # libjxl said this frame is the last one self.n_frames = self.__physical_frame - # duration in miliseconds + # duration in milliseconds duration = 1000 * tps_duration * (1 / self._tps_dur_secs) timestamp = self.__timestamp self.__timestamp += duration