From e424e70fe1cd954b48c1c1747bdf5dd20ebd1116 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Fri, 27 Apr 2012 07:21:45 +0000
Subject: [PATCH] Small whitespace fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331267 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/developer/modguide.html.en | 2 +-
docs/manual/developer/modguide.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en
index 24c93cf6981..c3217bbeee8 100644
--- a/docs/manual/developer/modguide.html.en
+++ b/docs/manual/developer/modguide.html.en
@@ -126,7 +126,7 @@ For now, we're only concerned with the first purpose of the module name,
which comes into play when we need to load the module:
-LoadModule example_module modules/mod_example.so
+LoadModule example_module modules/mod_example.so
diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml
index 3376e645d2a..6d9c86e7a2c 100644
--- a/docs/manual/developer/modguide.xml
+++ b/docs/manual/developer/modguide.xml
@@ -121,7 +121,7 @@ For now, we're only concerned with the first purpose of the module name,
which comes into play when we need to load the module:
-LoadModule example_module modules/mod_example.so
+LoadModule example_module modules/mod_example.so
In essence, this tells the server to open up mod_example.so and look for a module
--
2.47.3