summaryrefslogtreecommitdiff
path: root/contrib/examples/iccfrompng.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/examples/iccfrompng.c')
-rw-r--r--contrib/examples/iccfrompng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/examples/iccfrompng.c b/contrib/examples/iccfrompng.c
index 67676219e..386e522a3 100644
--- a/contrib/examples/iccfrompng.c
+++ b/contrib/examples/iccfrompng.c
@@ -6,9 +6,9 @@
* United States.
*
* Extract any icc profiles found in the given PNG files. This is a simple
- * example of a program which extracts information from the header of a PNG file
+ * example of a program that extracts information from the header of a PNG file
* without processing the image. Notice that some header information may occur
- * after the image data, textual data and comments are an example; the approach
+ * after the image data. Textual data and comments are an example; the approach
* in this file won't work reliably for such data because it only looks for the
* information in the section of the file that preceeds the image data.
*