From b50bb2d4e4f085b34b5e90bf91580368483aa815 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 18 Dec 2020 06:27:48 +1100 Subject: [PATCH] docs: fix simple typo, explination -> explanation There is a small typo in jni/libpng/jni/png.h. Should read `explanation` rather than `explination`. --- jni/libpng/jni/png.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/libpng/jni/png.h b/jni/libpng/jni/png.h index a3c21b9..40e10fd 100644 --- a/jni/libpng/jni/png.h +++ b/jni/libpng/jni/png.h @@ -1976,7 +1976,7 @@ extern PNG_EXPORT(void,png_set_crc_action) PNGARG((png_structp png_ptr, * mainly useful for testing, as the defaults should work with most users. * Those users who are tight on memory or want faster performance at the * expense of compression can modify them. See the compression library - * header file (zlib.h) for an explination of the compression functions. + * header file (zlib.h) for an explanation of the compression functions. */ /* Set the filtering method(s) used by libpng. Currently, the only valid