summaryrefslogtreecommitdiff
path: root/contrib/examples/iccfrompng.c
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-06-10 11:41:54 -0700
committerHaibo Huang <hhb@google.com>2019-06-10 14:38:44 -0700
commit4f55151a4b8cbda0ea61646f437fdf57c54190d9 (patch)
tree478f3db238be7e08885ac80ac8ef1be9935441bb /contrib/examples/iccfrompng.c
parent9ef33ccf9b2e957c1f5e228dbab15fbda1744300 (diff)
parenta40189cf881e9f0db80511c382292a5604c3c3d1 (diff)
Merge tag 'v1.6.37' into HEAD
Test: build Bug: 134761359 Change-Id: Iee93c2907d93430a8de681f2e987d37f4b3b17bc
Diffstat (limited to 'contrib/examples/iccfrompng.c')
-rw-r--r--contrib/examples/iccfrompng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/examples/iccfrompng.c b/contrib/examples/iccfrompng.c
index 603037e70..00056abfd 100644
--- a/contrib/examples/iccfrompng.c
+++ b/contrib/examples/iccfrompng.c
@@ -10,7 +10,7 @@
* without processing the image. Notice that some header information may occur
* 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.
+ * information in the section of the file that precedes the image data.
*
* Compile and link against libpng and zlib, plus anything else required on the
* system you use.