From 8f19b81d78b809e7d8c5c318be83ee9376f73687 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 10 Apr 2005 14:00:12 +0000 Subject: [PATCH] fixed typo -- alex git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@387 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/rrd_gfx.c b/program/src/rrd_gfx.c index 5a202c57..5a8c289d 100644 --- a/program/src/rrd_gfx.c +++ b/program/src/rrd_gfx.c @@ -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 */ -- 2.30.2