fixed typo
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 19 Nov 2006 11:15:32 +0000 (11:15 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 19 Nov 2006 11:15:32 +0000 (11:15 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@922 a5681a0c-68f1-0310-ab6d-d61299d08faa

src/rrd_graph.c

index 7018032..93729b6 100644 (file)
@@ -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;
 
        }