From 53caea9e4d4847b5a9a0ffba0149ae5941a98b98 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@922 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/rrd_graph.c b/program/src/rrd_graph.c index 70180325..93729b6f 100644 --- a/program/src/rrd_graph.c +++ b/program/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