diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2020-03-28 16:20:11 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2020-03-28 16:20:11 +0100 |
commit | e8e11670070187c9562d6ef813117dd2abf9843a (patch) | |
tree | 4e16bd6e5d8190492481a1a85c2c4fa5c0dd23ad /modules/test/mod_dialup.c | |
parent | fr doc rebuild. (diff) | |
download | apache2-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.c | 2 |
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; |