slitaz-forge rev 404

irc: fix typo
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 14 18:17:37 2014 +0100 (2014-01-14)
parents fcbe65438645
children 19d1777dff8d
files irc/index.cgi
line diff
     1.1 --- a/irc/index.cgi	Tue Jan 14 18:13:37 2014 +0100
     1.2 +++ b/irc/index.cgi	Tue Jan 14 18:17:37 2014 +0100
     1.3 @@ -93,7 +93,7 @@
     1.4  		done
     1.5  		echo "</pre>"
     1.6  		total=$(wc -l ${logdir}/*.log | tail -n 1 | awk '{print $1}')
     1.7 -		echo "<p>Total: $count messages</p>"
     1.8 +		echo "<p>Total: $total messages</p>"
     1.9  		unset IFS
    1.10  		html_footer
    1.11  esac