diff options
author | Frank Wuerthwein <fkw@ucsd.edu> | 2009-05-10 23:35:14 +0000 |
---|---|---|
committer | Frank Wuerthwein <fkw@ucsd.edu> | 2009-05-10 23:35:14 +0000 |
commit | 7b29a9826e9b0215c08f04fab71a860faea9b101 (patch) | |
tree | 8142cfec174c68eec77da8d6a5fb6d7ae6d4d5c8 /doc | |
parent | a44f8d5451529ca1f8996f5702dc5bb2291163f1 (diff) |
Fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/rrdFlotSupport_js.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lib/rrdFlotSupport_js.html b/doc/lib/rrdFlotSupport_js.html index 0f1ff30..832984e 100644 --- a/doc/lib/rrdFlotSupport_js.html +++ b/doc/lib/rrdFlotSupport_js.html @@ -450,10 +450,10 @@ Input parameters: <P>rrd_files</P> </TD> <TD WIDTH=80%> - <P>A list of RRDs. Each element of the list contains a [rrd_id,rrd_name] pair. + <P>A list of RRDs. Each element of the list contains a [rrd_id,rrd_file] pair. <ul> <li>rrd_id - Logical name for the RRD. - <li>rrd_name -An object of type <A HREF="rrdFile_js.html#RRDFile">RRDFile</A> or equivalent. + <li>rrd_file -An object of type <A HREF="rrdFile_js.html#RRDFile">RRDFile</A> or equivalent. <ul> </P> </TD> |