]> git.mjollnir.org Git - s9y.git/commitdiff
fixed typo
authorPenny Leach <mjollnir@titania.local>
Fri, 30 Jun 2006 23:17:34 +0000 (11:17 +1200)
committerPenny Leach <penny@catalyst.net.nz>
Tue, 8 Apr 2008 00:04:19 +0000 (12:04 +1200)
plugins/serendipity_plugin_breakfast/serendipity_plugin_breakfast.php

index c8c31253a4806963b4d00d67c51724915612fdf7..4ae1f0f6805e9328940337c3938188571a534c7f 100644 (file)
@@ -71,7 +71,7 @@ class serendipity_plugin_breakfast extends serendipity_plugin
     <td>Max:</td><td align="right">'.$latest['totals']['max'].'%</td>
   </tr>
   <tr>
-    <td>Avergage:</td><td align="right">'.ceil($latest['totals']['scores']/$latest['totals']['num']).'%</td>
+    <td>Average:</td><td align="right">'.ceil($latest['totals']['scores']/$latest['totals']['num']).'%</td>
   </tr>
   <tr>
       <td nowrap="nowrap" colspan="2"><br /><br /><a href="/breakfast/">What the hell is this?</a></td>