From 6344a4f10c7a4bdf204b41a44798c8ae939d5890 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Thu, 15 Aug 2013 09:18:48 +0000 Subject: [PATCH] fix typo in include guard git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1514215 13f79535-47bb-0310-9956-ffa450edef68 --- modules/test/mod_optional_hook_export.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/test/mod_optional_hook_export.h b/modules/test/mod_optional_hook_export.h index 7af6862043..223f5914e9 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" -- 2.40.0