]> i-scream Git - www.i-scream.org.git/commitdiff
Fix a typo I noticed on the website.
authorTim Bishop <tim@bishnet.net>
Thu, 21 Aug 2003 22:22:12 +0000 (22:22 +0000)
committerTim Bishop <tim@bishnet.net>
Thu, 21 Aug 2003 22:22:12 +0000 (22:22 +0000)
cgi-bin/cvslog.cgi

index 80e22a80ed8da0344ad68b174b15175202b20e9a..2c5c8eeeebdfac56fd0b6b5c6fc4bdae97bff49d 100755 (executable)
@@ -104,7 +104,7 @@ foreach my $module (@modules) {
                 print "\n<font color=\"blue\">\n<b>";
                 print HTML_encode($1);
                 print "</b>\n<i>";
-                print " commited by <a href=\"mailto:$3\" style=\"text-decoration: none;\">";
+                print " committed by <a href=\"mailto:$3\" style=\"text-decoration: none;\">";
                 print HTML_encode("$2");
                 print "</a></i>\n</font>\n"
             }
@@ -112,7 +112,7 @@ foreach my $module (@modules) {
                 print "\n<font color=\"blue\">\n<b>";
                 print HTML_encode($1);
                 print "</b>\n<i>";
-                print " commited by ";
+                print " committed by ";
                 print HTML_encode("$2");
                 print "</i>\n</font>\n"
             }