]> granicus.if.org Git - apache/commitdiff
Fix typos.
authorMarc Slemko <marc@apache.org>
Thu, 27 Feb 1997 02:46:37 +0000 (02:46 +0000)
committerMarc Slemko <marc@apache.org>
Thu, 27 Feb 1997 02:46:37 +0000 (02:46 +0000)
Submitted by: Martin Kraemer <Martin.Kraemer@mch.sni.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77686 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/client_block_api.html

index 0c2fcaa0970092cc79cf7e3846a084b00a534fb7..b01a58862288fac8ab137103bb1ab73e312f0f91 100644 (file)
@@ -38,7 +38,7 @@ accomplished while remaining backwards-compatible.</p>
     the module should return that error code. The second parameter
     selects the policy to apply if the request message indicates a
     body, and how a chunked
-    transfer-coding sho uld be interpreted. Choose one of
+    transfer-coding should be interpreted. Choose one of
 <pre>
     REQUEST_NO_BODY          Send 413 error if message has any body
     REQUEST_CHUNKED_ERROR    Send 411 error if body without Content-Length
@@ -58,7 +58,7 @@ accomplished while remaining backwards-compatible.</p>
     should proceed (to step 3).
     This step also sends a 100 Continue response
     to HTTP/1.1 clients, so should not be called until the module
-    is *defenitely* ready to read content. (otherwise, the point of the
+    is <strong>*definitely*</strong> ready to read content. (otherwise, the point of the
     100 response is defeated). Never call this function more than once.
 
 <li>Finally, call <code>get_client_block</code> in a loop. Pass it a