about summary refs log tree commit diff
path: root/converter/other/winicontopam.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/winicontopam.c')
-rw-r--r--converter/other/winicontopam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/winicontopam.c b/converter/other/winicontopam.c
index 69ce7f05..2ddf56b1 100644
--- a/converter/other/winicontopam.c
+++ b/converter/other/winicontopam.c
@@ -246,7 +246,7 @@ readIconDir(struct File * const fP,
     MALLOCVAR(dirP);
 
     if (dirP == NULL)
-        pm_error("Could't allocate memory for Icon directory");
+        pm_error("Couldn't allocate memory for Icon directory");
 
     MALLOCARRAY(dirP->entries, head.count);