From 38b0fe63568ac8f95af603f13b776f767ab41190 Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 19 Nov 2006 11:15:32 +0000 Subject: [PATCH] fixed typo git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@922 a5681a0c-68f1-0310-ab6d-d61299d08faa --- src/rrd_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 7018032..93729b6 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -1454,7 +1454,7 @@ leg_place(image_desc_t *im) prt_fctn != '\0' && prt_fctn != 'g' ) { free(legspace); - rrd_set_error("Uknown control code at the end of '%s\\%c'",im->gdes[i].legend,prt_fctn); + rrd_set_error("Unknown control code at the end of '%s\\%c'",im->gdes[i].legend,prt_fctn); return -1; } -- 2.30.2