From 2fff02391296a916caa9b64604b7db5e41683ce5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 25 Dec 2021 22:47:45 -0500 Subject: [PATCH] spelling: ignore Signed-off-by: Josh Soref --- qoibench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qoibench.c b/qoibench.c index c14fcdc2..dcee66ed 100644 --- a/qoibench.c +++ b/qoibench.c @@ -196,7 +196,7 @@ void png_decode_callback(png_structp png, png_bytep data, png_size_t length) { } void png_warning_callback(png_structp png_ptr, png_const_charp warning_msg) { - // Ingore warnings about sRGB profiles and such. + // Ignore warnings about sRGB profiles and such. } void *libpng_decode(void *data, int size, int *out_w, int *out_h) {