From: Stefan Fritsch Date: Thu, 15 Aug 2013 09:18:48 +0000 (+0000) Subject: fix typo in include guard X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b018cfd7c090fa6ebf042593647347c2ad076216;p=thirdparty%2Fapache%2Fhttpd.git fix typo in include guard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514215 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/test/mod_optional_hook_export.h b/modules/test/mod_optional_hook_export.h index 7af6862043b..223f5914e9e 100644 --- a/modules/test/mod_optional_hook_export.h +++ b/modules/test/mod_optional_hook_export.h @@ -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"