From: oetiker Date: Fri, 24 Oct 2008 06:20:21 +0000 (+0000) Subject: fixed typo ... GAUGE not GUAGE X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9d8b9abdb9f73d55291958ac905bc3d180ff3b9c;p=rrdtool-all.git fixed typo ... GAUGE not GUAGE git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@1628 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/doc/rrdpython.pod b/program/doc/rrdpython.pod index d504deb4..f041b0b5 100644 --- a/program/doc/rrdpython.pod +++ b/program/doc/rrdpython.pod @@ -5,7 +5,7 @@ rrdpython - About the RRD Python bindings =head1 SYNOPSIS import rrdtool - rrdtool.create('/tmp/test.rrd', 'DS:foo:GUAGE:20:0:U') + rrdtool.create('/tmp/test.rrd', 'DS:foo:GAUGE:20:0:U') =head1 DESCRIPTION