Make Webalizer the capitalization pedant happy
authorAdam Chlipala <adamc@hcoop.net>
Sat, 10 Nov 2007 18:54:46 +0000 (18:54 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sat, 10 Nov 2007 18:54:46 +0000 (18:54 +0000)
src/plugins/webalizer.sml

index 3c15edc..b344165 100644 (file)
@@ -45,7 +45,7 @@ val () = Apache.registerPre
             in
                 files := fds;
                 write := (fn s => app (fn fd => TextIO.output (fd, s)) fds);
-                !write "Hostname\t";
+                !write "HostName\t";
                 !write hostname;
                 !write "\nHideSite\t";
                 !write hostname;