]> granicus.if.org Git - apache/commitdiff
Fix type "perm" --> "permanent". Reported by dan.anderson@sierraclub.org
authorRoy T. Fielding <fielding@apache.org>
Fri, 24 Jan 1997 00:32:47 +0000 (00:32 +0000)
committerRoy T. Fielding <fielding@apache.org>
Fri, 24 Jan 1997 00:32:47 +0000 (00:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77473 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_alias.html

index 8a69f564db53a870a6b4c7e3be2cf8ac0f576aeb..f2e84a1d5778dba307a027aea7f473fd0dc5b0c5 100644 (file)
@@ -107,7 +107,7 @@ temporary. (Status 302). Exactly equivalent to <code>Redirect temporary </code><
 <strong>Compatibility:</strong> This directive is only available in 1.2<P>
 
 This directive makes the client know that the Redirect is permanent.
-(Status 301). Exactly equivalent to <code>Redirect perm </code><P>
+(Status 301). Exactly equivalent to <code>Redirect permanent</code><P>
 
 <hr>
 <A name="scriptalias"><h2>ScriptAlias</h2></A>