]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo in a comment.
authorJeff Trawick <trawick@apache.org>
Wed, 14 Mar 2001 04:43:04 +0000 (04:43 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 14 Mar 2001 04:43:04 +0000 (04:43 +0000)
PR:            7404 (which had a patch for the hostname lookup core dump
                    which was already fixed as well as this typo)
Submitted by: Kunihiro Tanaka <tanaka@apache.or.jp>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88516 13f79535-47bb-0310-9956-ffa450edef68

src/main/util.c

index 8c056f06c824f0e7fbb07b12dce913f9afa0f532..cdc3ac5b1adc692fccc16b4174976da7d7bd2cb5 100644 (file)
@@ -2054,7 +2054,7 @@ char *ap_get_local_host(pool *a)
             }
         }
        else
-            /* Since we found a fdqn, return it with no logged message. */
+            /* Since we found a fqdn, return it with no logged message. */
             return server_hostname;
     }