summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-01-09 00:25:11 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-01-09 00:25:11 -0500
commit25f5085a8e213308fa51218f7ac12ddc2437902e (patch)
treec4605b139a0991b47e04d76d82aa54588227d96d /doc
parente5f9e94d76c9b9ad7f5038fc576bcd7915627f14 (diff)
downloadlighttpd-git-25f5085a8e213308fa51218f7ac12ddc2437902e.tar.gz
[multiple] spelling: github action check-spelling
Diffstat (limited to 'doc')
-rw-r--r--doc/config/conf.d/expire.conf2
-rw-r--r--doc/config/lighttpd.conf2
-rw-r--r--doc/outdated/expire.txt4
-rw-r--r--doc/outdated/magnet.txt2
-rw-r--r--doc/outdated/skeleton.txt2
-rw-r--r--doc/outdated/ssi.txt2
6 files changed, 7 insertions, 7 deletions
diff --git a/doc/config/conf.d/expire.conf b/doc/config/conf.d/expire.conf
index a2837818..d50944ae 100644
--- a/doc/config/conf.d/expire.conf
+++ b/doc/config/conf.d/expire.conf
@@ -8,7 +8,7 @@
server.modules += ( "mod_expire" )
##
-## assignes a expiration to all files below the specified path. The
+## assigns an expiration to all files below the specified path. The
## specification of the time is made up of:
##
## <access|modification> <number> <years|months|days|hours|minutes|seconds>
diff --git a/doc/config/lighttpd.conf b/doc/config/lighttpd.conf
index c3004bdd..d45a284d 100644
--- a/doc/config/lighttpd.conf
+++ b/doc/config/lighttpd.conf
@@ -24,7 +24,7 @@ var.conf_dir = "/etc/lighttpd"
##
## This requires root permissions during startup.
##
-## If you run Chrooted set the the variables to directories relative to
+## If you run chroot'ed, set the variables to directories relative to
## the chroot dir.
##
## example chroot configuration:
diff --git a/doc/outdated/expire.txt b/doc/outdated/expire.txt
index acc84f53..eeafb9eb 100644
--- a/doc/outdated/expire.txt
+++ b/doc/outdated/expire.txt
@@ -11,7 +11,7 @@ Module: mod_expire
:Revision: $Revision: 1.2 $
:abstract:
- mod_expire controls the setting of the the Expire Response header
+ mod_expire controls the setting of the Expires response header
.. meta::
:keywords: lighttpd, expire
@@ -21,7 +21,7 @@ Module: mod_expire
Description
===========
-mod_expire controls the Expire header in the Response Header of HTTP/1.0
+mod_expire controls the Expires header in the Response Header of HTTP/1.0
messages. It is useful to set it for static files which should be cached
aggressivly like images, stylesheets or similar.
diff --git a/doc/outdated/magnet.txt b/doc/outdated/magnet.txt
index c7e24c5b..246d88f2 100644
--- a/doc/outdated/magnet.txt
+++ b/doc/outdated/magnet.txt
@@ -63,7 +63,7 @@ order. If one of them a returning a status-code, the following scripts will not
Tables
======
-Most of the interaction between between mod_magnet and lighty is done through tables. Tables in lua are hashes (Perl), dictionaries (Java), arrays (PHP), ...
+Most of the interaction between mod_magnet and lighty is done through tables. Tables in lua are hashes (Perl), dictionaries (Java), arrays (PHP), ...
Request-Environment
-------------------
diff --git a/doc/outdated/skeleton.txt b/doc/outdated/skeleton.txt
index b1b01e6e..68c475c0 100644
--- a/doc/outdated/skeleton.txt
+++ b/doc/outdated/skeleton.txt
@@ -11,7 +11,7 @@ Module: mod_skeleton
:Revision: $Revision: 1.2 $
:abstract:
- a nice, short abstrace about the module
+ a nice, short abstract about the module
.. meta::
:keywords: lighttpd, skeleton
diff --git a/doc/outdated/ssi.txt b/doc/outdated/ssi.txt
index f01e309f..ba2d3354 100644
--- a/doc/outdated/ssi.txt
+++ b/doc/outdated/ssi.txt
@@ -12,7 +12,7 @@ Module: mod_ssi
:abstract:
The module for server-side includes provides a compatibility
- layer for NSCA/Apache SSI.
+ layer for NCSA/Apache SSI.
.. meta::
:keywords: lighttpd, ssi, Server-Side Includes