From b2722f7fabc00904c99772531b8abda0618d96cb Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 27 Jul 2018 16:03:14 -0400 Subject: Several more typos --- src/helper/png-write.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper') diff --git a/src/helper/png-write.cpp b/src/helper/png-write.cpp index 92fdc3648..f21932638 100644 --- a/src/helper/png-write.cpp +++ b/src/helper/png-write.cpp @@ -115,7 +115,7 @@ void PngTextList::add(gchar const* key, gchar const* text) item->lang_key = nullptr; #endif // PNG_iTXt_SUPPORTED } else { - g_warning("Unable to allocate arrary for %d PNG text data.", count); + g_warning("Unable to allocate array for %d PNG text data.", count); textItems = nullptr; count = 0; } -- cgit v1.2.3