]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 28 Mar 2020 15:20:11 +0000 (15:20 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 28 Mar 2020 15:20:11 +0000 (15:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1875811 13f79535-47bb-0310-9956-ffa450edef68

modules/test/mod_dialup.c

index 43ce4cebbafe874ca8779476f372234187671a12..2ec23844263aff2eccc3667461cec13f26a3cb1b 100644 (file)
@@ -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;