From: Christophe Jaillet Date: Sat, 28 Mar 2020 15:20:11 +0000 (+0000) Subject: Fix a typo X-Git-Tag: 2.5.0-alpha2-ci-test-only~1554 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e11670070187c9562d6ef813117dd2abf9843a;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875811 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/test/mod_dialup.c b/modules/test/mod_dialup.c index 43ce4cebbaf..2ec23844263 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;