You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2013/08/15 11:18:48 UTC

svn commit: r1514215 - /httpd/httpd/trunk/modules/test/mod_optional_hook_export.h

Author: sf
Date: Thu Aug 15 09:18:48 2013
New Revision: 1514215

URL: http://svn.apache.org/r1514215
Log:
fix typo in include guard

Modified:
    httpd/httpd/trunk/modules/test/mod_optional_hook_export.h

Modified: httpd/httpd/trunk/modules/test/mod_optional_hook_export.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/test/mod_optional_hook_export.h?rev=1514215&r1=1514214&r2=1514215&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/test/mod_optional_hook_export.h (original)
+++ httpd/httpd/trunk/modules/test/mod_optional_hook_export.h Thu Aug 15 09:18:48 2013
@@ -15,7 +15,7 @@
  */
 
 #ifndef MOD_OPTIONAL_HOOK_EXPORT_H
-#define MOD_OPTOPNAL_HOOK_EXPORT_H
+#define MOD_OPTIONAL_HOOK_EXPORT_H
 
 #include "ap_config.h"