From de5bff7a53596bea09cdde25b7e8a3640af0a5d6 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/program@387 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_gfx.c b/src/rrd_gfx.c index 5a202c5..5a8c289 100644 --- a/src/rrd_gfx.c +++ b/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.11.0