summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMike Rumph <mrumph@apache.org>2020-02-13 18:15:57 +0000
committerMike Rumph <mrumph@apache.org>2020-02-13 18:15:57 +0000
commit85760859cac5870ffae86c5c02cfde6db696b140 (patch)
treecde5286acd23f1a007bdc03a37629f4196d6e8d1 /support
parentb6dd2f55dc8735ec09ed0830ba7ec78dd99cde7f (diff)
downloadhttpd-85760859cac5870ffae86c5c02cfde6db696b140.tar.gz
Fix spelling errors found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r--support/SHA1/htpasswd-sha1.pl2
-rw-r--r--support/ab.c4
-rw-r--r--support/rotatelogs.c2
-rw-r--r--support/suexec.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/support/SHA1/htpasswd-sha1.pl b/support/SHA1/htpasswd-sha1.pl
index ad624d1101..a9dad1116b 100644
--- a/support/SHA1/htpasswd-sha1.pl
+++ b/support/SHA1/htpasswd-sha1.pl
@@ -5,7 +5,7 @@ use strict;
# on the command line and generates a username
# sha1-encrytped password on the stdout.
#
-# Typical useage:
+# Typical usage:
# ./htpasswd-sha1.pl dirkx MySecret >> sha1-passwd
#
# This is public domain code. Do whatever you want with it.
diff --git a/support/ab.c b/support/ab.c
index 27743b1eba..f4a68662f6 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -56,7 +56,7 @@
** trapping of connection errors which influenced measurements.
** Contributed by Sander Temme, Early 2001
** Version 1.3e
- ** - Changed timeout behavour during write to work whilst the sockets
+ ** - Changed timeout behavior during write to work whilst the sockets
** are filling up and apr_write() does writes a few - but not all.
** This will potentially change results. <dirkx@webweaving.org>, April 2001
** Version 2.0.36-dev
@@ -1317,7 +1317,7 @@ static void output_html_results(void)
total = ap_round_ms(total);
if (done > 0) { /* avoid division by zero (if 0 done) */
- printf("<tr %s><th %s colspan=4>Connnection Times (ms)</th></tr>\n",
+ printf("<tr %s><th %s colspan=4>Connection Times (ms)</th></tr>\n",
trstring, tdstring);
printf("<tr %s><th %s>&nbsp;</th> <th %s>min</th> <th %s>avg</th> <th %s>max</th></tr>\n",
trstring, tdstring, tdstring, tdstring, tdstring);
diff --git a/support/rotatelogs.c b/support/rotatelogs.c
index b5c0e8937e..3ebd67c1a6 100644
--- a/support/rotatelogs.c
+++ b/support/rotatelogs.c
@@ -504,7 +504,7 @@ static void doRotate(rotate_config_t *config, rotate_status_t *status)
/*
* Get a size or time param from a string.
* Parameter 'last' indicates, whether the
- * argument is the last commadnline argument.
+ * argument is the last commandline argument.
* UTC offset is only allowed as a last argument
* in order to make is distinguishable from the
* rotation interval time.
diff --git a/support/suexec.c b/support/suexec.c
index 55c001a5c0..2ebacb9bee 100644
--- a/support/suexec.c
+++ b/support/suexec.c
@@ -530,7 +530,7 @@ int main(int argc, char *argv[])
/*
* Get the current working directory, as well as the proper
- * document root (dependant upon whether or not it is a
+ * document root (dependent upon whether or not it is a
* ~userdir request). Error out if we cannot get either one,
* or if the current working directory is not in the docroot.
* Use chdir()s and getcwd()s to avoid problems with symlinked