From: Kevin Scaldeferri Date: Fri, 25 Nov 2005 19:55:12 +0000 (+0000) Subject: Fixed bug 135700 X-Git-Tag: v2_0_1~4 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=commitdiff_plain;h=1cfbcdaad3e5f6f0baceb435027632841119d916 Fixed bug 135700 Minor terminology error in comment --- diff --git a/blosxom.cgi b/blosxom.cgi index 9f58a6c..39ae927 100755 --- a/blosxom.cgi +++ b/blosxom.cgi @@ -165,7 +165,7 @@ sub load_template { return &$template(@_); } -# Define default find subroutine +# Define default entries subroutine $entries = sub { my(%files, %indexes, %others);