summaryrefslogtreecommitdiff
path: root/doc/outdated/rewrite.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-02-22 17:24:12 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 19:54:30 -0400
commitc752d4696ec34a45d4341700d63056a173312ebc (patch)
treeab73dbc40be363f95d350e020647d8a4aba6d9a2 /doc/outdated/rewrite.txt
parentbcddbe186f010e2964f7551141c0b8350b36817d (diff)
downloadlighttpd-git-c752d4696ec34a45d4341700d63056a173312ebc.tar.gz
[multiple] correct misspellings in comments
x-ref: "Script for fixing spelling errors with codespell" https://redmine.lighttpd.net/boards/3/topics/8947
Diffstat (limited to 'doc/outdated/rewrite.txt')
-rw-r--r--doc/outdated/rewrite.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/outdated/rewrite.txt b/doc/outdated/rewrite.txt
index a1390695..cd51d5ec 100644
--- a/doc/outdated/rewrite.txt
+++ b/doc/outdated/rewrite.txt
@@ -27,14 +27,14 @@ Options
=======
url.rewrite-once
- rewrites a set of URLs interally in the webserver BEFORE they are handled.
+ rewrites a set of URLs internally in the webserver BEFORE they are handled.
e.g. ::
url.rewrite-once = ( "<regex>" => "<relative-uri>" )
url.rewrite-repeat
- rewrites a set of URLs interally in the webserver BEFORE they are handled
+ rewrites a set of URLs internally in the webserver BEFORE they are handled
e.g. ::