From 5401ee3b13a65e28ca20666b4a15143da49afe32 Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Tue, 14 May 2024 09:23:45 +0200 Subject: [PATCH] JANITORIAL: Fix auxillary typo in png.cpp --- image/png.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/png.cpp b/image/png.cpp index 2e294476bab..0fb68a98f43 100644 --- a/image/png.cpp +++ b/image/png.cpp @@ -271,7 +271,7 @@ bool PNGDecoder::loadStream(Common::SeekableReadStream &stream) { png_read_row(pngPtr, (png_bytep)_outputSurface->getBasePtr(0, i), NULL); } } else { - // PNGs with interlacing require us to allocate an auxillary + // PNGs with interlacing require us to allocate an auxiliary // buffer with pointers to all row starts. // Allocate row pointer buffer