JANITORIAL: Fix auxillary typo in png.cpp

This commit is contained in:
Hubert Maier 2024-05-14 09:23:45 +02:00 committed by Eugene Sandulenko
parent 2df817fa0e
commit 5401ee3b13

View File

@ -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