Code

prepare for the release of rrdtool-1.2.29
[rrdtool.git] / src / rrd_gfx.c
index 66c516a250cc73d89161d1aac31c6ebc6ec58843..5055313cb8b998f82cd5c784b6b22d459079553a 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * RRDtool 1.2.21  Copyright by Tobi Oetiker, 1997-2007
+ * RRDtool 1.2.29  Copyright by Tobi Oetiker, 1997-2008
  ****************************************************************************
  * 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);