started updating for 1.2 release
[rrdtool.git] / src / rrd_gfx.c
index 9d5943c..5a8c289 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * RRDtool 1.2rc5  Copyright by Tobi Oetiker, 1997-2005
+ * RRDtool 1.2rc6  Copyright by Tobi Oetiker, 1997-2005
  ****************************************************************************
  * rrd_gfx.c  graphics wrapper for rrdtool
   **************************************************************************/
@@ -558,7 +558,7 @@ int           gfx_render_png (gfx_canvas_t *canvas,
                                  0,
                                  &face );
            if ( error ) {
-               rrd_set_error("faild to load %s",node->filename);
+               rrd_set_error("failed to load %s",node->filename);
                break;
            }
             error = FT_Set_Char_Size(face,   /* handle to face object            */
@@ -1331,7 +1331,7 @@ static int eps_prologue(eps_state *state)
   gfx_node_t *node;
   fputs(
     "%!PS-Adobe-3.0 EPSF-3.0\n"
-    "%%Creator: RRDtool 1.2rc5 Tobias Oetiker, http://tobi.oetiker.ch\n"
+    "%%Creator: RRDtool 1.2rc6 Tobias Oetiker, http://tobi.oetiker.ch\n"
     /* can't like weird chars here */
     "%%Title: (RRDtool output)\n"
     "%%DocumentData: Clean7Bit\n"