summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-10-17 12:51:53 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-10-17 12:51:53 -0500
commitf3abb2c352c062cfc75ee9bcbf409199eeb28acf (patch)
tree76fd259fd9a756b94e1556fac6c26f6a1472935a /example.c
parent88910f5b9d3cdeda6268c4ca68cc0d6e5b6b73e9 (diff)
[devel] Rename libpng.txt to libpng-manual.txt
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index 1a4180711..1ff53e594 100644
--- a/example.c
+++ b/example.c
@@ -10,7 +10,7 @@
*/
/* This is an example of how to use libpng to read and write PNG files.
- * The file libpng.txt is much more verbose then this. If you have not
+ * The file libpng-manual.txt is much more verbose then this. If you have not
* read it, do so first. This was designed to be a starting point of an
* implementation. This is not officially part of libpng, is hereby placed
* in the public domain, and therefore does not require a copyright notice.