mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
spelling fixes (2nd try)
This commit is contained in:
parent
e3169d5930
commit
8589c6df43
62 changed files with 82 additions and 72 deletions
|
@ -282,7 +282,7 @@ Date.prototype.formatDate = function (input,time) {
|
|||
// A full numeric representation of a year, 4 digits
|
||||
|
||||
// we first check, if getFullYear is supported. if it
|
||||
// is, we just use that. ppks code is nice, but wont
|
||||
// is, we just use that. ppks code is nice, but won't
|
||||
// work with dates outside 1900-2038, or something like that
|
||||
if (date.getFullYear) {
|
||||
var newDate = new Date("January 1 2001 00:00:00 +0000");
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
</table>
|
||||
<h2>Graph Information</h2>
|
||||
<TMPL_LOOP NAME="GRAPHINFO">
|
||||
<!-- Do we actually allow mutiple graph_info, or is this just to access the nested data? -->
|
||||
<!-- Do we actually allow multiple graph_info, or is this just to access the nested data? -->
|
||||
<p class="graph_info"><TMPL_VAR NAME="info"></p>
|
||||
</TMPL_LOOP>
|
||||
<TMPL_IF NAME="STATE_WARNING"><p class="warning"><p><strong>Note:</strong>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue