From: Tobias Oetiker Date: Fri, 24 Oct 2008 06:20:21 +0000 (+0000) Subject: fixed typo ... GAUGE not GUAGE X-Git-Tag: 1.2.29~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a04999fe2735895f64c0fe8713965ceef56a8a;p=thirdparty%2Frrdtool-1.x.git fixed typo ... GAUGE not GUAGE git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1628 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdpython.pod b/doc/rrdpython.pod index dc329eca..48e3dac1 100644 --- a/doc/rrdpython.pod +++ b/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