summaryrefslogtreecommitdiffstats
path: root/modules/test/mod_dialup.c
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2020-03-28 16:20:11 +0100
committerChristophe Jaillet <jailletc36@apache.org>2020-03-28 16:20:11 +0100
commite8e11670070187c9562d6ef813117dd2abf9843a (patch)
tree4e16bd6e5d8190492481a1a85c2c4fa5c0dd23ad /modules/test/mod_dialup.c
parentfr doc rebuild. (diff)
downloadapache2-e8e11670070187c9562d6ef813117dd2abf9843a.tar.xz
apache2-e8e11670070187c9562d6ef813117dd2abf9843a.zip
Fix a typo
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875811 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/test/mod_dialup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/test/mod_dialup.c b/modules/test/mod_dialup.c
index 43ce4cebba..2ec2384426 100644
--- a/modules/test/mod_dialup.c
+++ b/modules/test/mod_dialup.c
@@ -285,7 +285,7 @@ cmd_modem_standard(cmd_parms *cmd,
}
if (dcfg->bytes_per_second == 0) {
- return "mod_diaulup: Unknown Modem Standard specified.";
+ return "mod_dialup: Unknown Modem Standard specified.";
}
return NULL;