diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-07-27 20:03:14 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-09-11 19:26:04 +0000 |
| commit | b2722f7fabc00904c99772531b8abda0618d96cb (patch) | |
| tree | ea3f166a8b8151b1b8725c87dc50fac8d02be93b /src/helper | |
| parent | Misc. typos (diff) | |
| download | inkscape-b2722f7fabc00904c99772531b8abda0618d96cb.tar.gz inkscape-b2722f7fabc00904c99772531b8abda0618d96cb.zip | |
Several more typos
Diffstat (limited to 'src/helper')
| -rw-r--r-- | src/helper/png-write.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
