summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b453811)
raw | patch | inline | side by side (parent: b453811)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 19 Nov 2006 11:15:32 +0000 (11:15 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 19 Nov 2006 11:15:32 +0000 (11:15 +0000) |
program/src/rrd_graph.c | patch | blob | history |
index 7018032528b792303e7c82a459445c863bd2d51f..93729b6f084fa49a94581e37254d382aed837ec6 100644 (file)
--- a/program/src/rrd_graph.c
+++ b/program/src/rrd_graph.c
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;
}