From: Daniel Gruno Date: Tue, 17 Apr 2012 06:28:55 +0000 (+0000) Subject: Merge r1326942 from trunk: X-Git-Tag: 2.4.3~558 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=caa6ddcf3830f485600d7d2a8da11109803eabe1;p=apache Merge r1326942 from trunk: fixing some typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1326944 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index 95cae6d83b..29d6a6b6f2 100644 --- a/docs/manual/developer/modguide.xml +++ b/docs/manual/developer/modguide.xml @@ -58,7 +58,7 @@ First and foremost, you are expected to have a basic knowledge of how the C programming language works. In most cases, we will try to be as pedagogical as possible and link to documents describing the functions used in the examples, but there are also many cases where it is necessary to either -just assume that "it works" or do some digging youself into what the hows +just assume that "it works" or do some digging yourself into what the hows and whys of various function calls.

@@ -105,7 +105,7 @@ module AP_MODULE_DECLARE_DATA example_module =example_module. The name -of the module is used primarilly for two things:
+of the module is used primarily for two things: