about summary refs log tree commit diff
path: root/converter/other/pamrgbatopng.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamrgbatopng.c')
-rw-r--r--converter/other/pamrgbatopng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pamrgbatopng.c b/converter/other/pamrgbatopng.c
index 7a7a397a..07a5181b 100644
--- a/converter/other/pamrgbatopng.c
+++ b/converter/other/pamrgbatopng.c
@@ -1,6 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
-/* Due to poor design of libpng, you must not #include <setjmp.h> before
+/* Because of poor design of libpng, you must not #include <setjmp.h> before
 <png.h>.  Compile failure results.
 */
 #include <png.h>