Code

prepare for the release of rrdtool-1.2.30
[rrdtool-all.git] / program / src / rrd_gfx.c
index c1f8d10f3e8fdd326c7aa9d326aa6563bab03582..c251c0ef967b15f3659f7e616c3c0d044db41fc7 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * RRDtool 1.2.24  Copyright by Tobi Oetiker, 1997-2007
+ * RRDtool 1.2.30  Copyright by Tobi Oetiker, 1997-2009
  ****************************************************************************
  * rrd_gfx.c  graphics wrapper for rrdtool
   **************************************************************************/
@@ -830,7 +830,7 @@ static int gfx_save_png (art_u8 *buffer, FILE *fp,  long width, long height, lon
                 PNG_FILTER_TYPE_DEFAULT);
 
   text[0].key = "Software";
-  text[0].text = "RRDtool, Tobias Oetiker <tobi@oetike.ch>, http://tobi.oetiker.ch";
+  text[0].text = "RRDtool, Tobias Oetiker <tobi@oetiker.ch>, http://tobi.oetiker.ch";
   text[0].compression = PNG_TEXT_COMPRESSION_NONE;
   png_set_text (png_ptr, info_ptr, text, 1);