diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index ae2b9acc6a..5701c67a5c 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -558,7 +558,7 @@ Alias /myapp /opt/myapp-1.2.3
REQUEST_SCHEME
- Will contain the scheme of the request (ususally
+ Will contain the scheme of the request (usually
"http" or "https"). This value can be influenced with
ServerName.
diff --git a/docs/manual/rewrite/intro.xml b/docs/manual/rewrite/intro.xml
index ea0d4db321..3b1ff57d05 100644
--- a/docs/manual/rewrite/intro.xml
+++ b/docs/manual/rewrite/intro.xml
@@ -179,7 +179,7 @@ matched against the URL-path of the incoming request (the part after the
hostname but before any question mark indicating the beginning of a query
string) or, in per-directory context, against the request's path relative
to the directory for which the rule is defined. Once a substitution has
-occured, the rules that follow are matched against the substituted
+occurred, the rules that follow are matched against the substituted
value.