summaryrefslogtreecommitdiff
path: root/Build/source/libs/libpng/libpng-src/contrib/examples/iccfrompng.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/libpng/libpng-src/contrib/examples/iccfrompng.c')
-rw-r--r--Build/source/libs/libpng/libpng-src/contrib/examples/iccfrompng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/libpng/libpng-src/contrib/examples/iccfrompng.c b/Build/source/libs/libpng/libpng-src/contrib/examples/iccfrompng.c
index 603037e7097..00056abfd71 100644
--- a/Build/source/libs/libpng/libpng-src/contrib/examples/iccfrompng.c
+++ b/Build/source/libs/libpng/libpng-src/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.