Imported from libpng-1.0.4-pre1.tar
diff --git a/example.c b/example.c
index 088aad3..a83ea48 100644
--- a/example.c
+++ b/example.c
@@ -151,7 +151,7 @@
    /* tell libpng to strip 16 bit/color files down to 8 bits/color */
    png_set_strip_16(png_ptr);
 
-   /* Strip alpha bytes from the input data without combining with th
+   /* Strip alpha bytes from the input data without combining with the
     * background (not recommended).
     */
    png_set_strip_alpha(png_ptr);