[libpng15] Fix small typo in CHANGES and ANNOUNCE
diff --git a/ANNOUNCE b/ANNOUNCE
index 04c2d59..77e2760 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -64,7 +64,7 @@
a bug in the code that attempted to align it; the code needs to subtract
one from the pointer to take account of the filter byte prepended to
each row.
- Optimized png_combine_row() when rows are aligned This gains a small
+ Optimized png_combine_row() when rows are aligned. This gains a small
percentage for 16-bit and 32-bit pixels in the typical case where the
output row buffers are appropriately aligned. The optimization was not
previously possible because the png_struct buffer was always misaligned.
diff --git a/CHANGES b/CHANGES
index 549346a..b933efb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3625,7 +3625,7 @@
a bug in the code that attempted to align it; the code needs to subtract
one from the pointer to take account of the filter byte prepended to
each row.
- Optimized png_combine_row() when rows are aligned This gains a small
+ Optimized png_combine_row() when rows are aligned. This gains a small
percentage for 16-bit and 32-bit pixels in the typical case where the
output row buffers are appropriately aligned. The optimization was not
previously possible because the png_struct buffer was always misaligned.