]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo and encoding.
authorYann Ylavic <ylavic@apache.org>
Mon, 24 Oct 2016 21:05:07 +0000 (21:05 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 24 Oct 2016 21:05:07 +0000 (21:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1766447 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6dcd0888215a89d4a686b44eb6fc4d228b6c0ffb..941aea484ec3dfc1cb6e0dbb77f9bbdb56c348b5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -197,8 +197,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      jchampion: r1702948 doesn't quite work as advertised. -Werror is never
                 added to CFLAGS because when combined with -Wstrict-prototypes,
                 the AC_LANG_PROGRAM won't compile (it uses a bare main()).
-     ylavic: Maybe to -Werror case could be handled later, for now this series
-             avoids a lot of "warning: ‘aplog_module_index’ defined but not
+     ylavic: Maybe the -Werror case could be handled later, for now this series
+             avoids a lot of "warning: 'aplog_module_index' defined but not
              used [-Wunused-const-variable=]" thanks to AP_MAYBE_UNUSED.
 
   *) core: avoid adding multiple subrequest filters when there are nested