From: Tobias Oetiker Date: Sun, 19 Nov 2006 11:15:32 +0000 (+0000) Subject: fixed typo X-Git-Tag: 1.2.16~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07ef40babfada4fe18838b2a49b22e8b06a9bf13;p=thirdparty%2Frrdtool-1.x.git fixed typo git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@922 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 70180325..93729b6f 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; }