[libpng16] Fix typo in CHANGES: it should say "configure --enable-intel-sse"

to enable the SSE optimization
diff --git a/ANNOUNCE b/ANNOUNCE
index 99d6b8d..ed59324 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -36,7 +36,7 @@
 Version 1.6.28beta02 [January 4, 2017]
   Added "include(GNUInstallDirs)" to CMakeLists.txt (Gianfranco Costamagna).
   Moved SSE2 optimization code into the main libpng source directory.
-    Configure libpng with "configure --enable-intel-see" or compile
+    Configure libpng with "configure --enable-intel-sse" or compile
     libpng with "-DPNG_INTEL_SSE" in CPPFLAGS to enable it.
 
 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
diff --git a/CHANGES b/CHANGES
index a4cf7aa..27a7c79 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5785,7 +5785,7 @@
 Version 1.6.28rc02 [January 4, 2017]
   Added "include(GNUInstallDirs)" to CMakeLists.txt (Gianfranco Costamagna).
   Moved SSE2 optimization code into the main libpng source directory.
-    Configure libpng with "configure --enable-intel-see" or compile
+    Configure libpng with "configure --enable-intel-sse" or compile
     libpng with "-DPNG_INTEL_SSE" in CPPFLAGS to enable it.
 
 Send comments/corrections/commendations to png-mng-implement at lists.sf.net