X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd_graph.c;h=a7bc3f2c8d16acb4523125b3368e8247f5f30e63;hp=34dbd218ab50ee63884fe823902e8ed9ff3fee9d;hb=d828f3eccac8dbad7bfc14812e406377669baaa4;hpb=87264104167c04f84e61e3580292217269bab14f diff --git a/src/rrd_graph.c b/src/rrd_graph.c index 34dbd21..a7bc3f2 100644 --- a/src/rrd_graph.c +++ b/src/rrd_graph.c @@ -743,7 +743,7 @@ data_fetch(image_desc_t *im ) } } - /* lets see if the required data source is realy there */ + /* lets see if the required data source is really there */ for(ii=0;iigdes[i].ds_cnt;ii++){ if(strcmp(im->gdes[i].ds_namv[ii],im->gdes[i].ds_nam) == 0){ im->gdes[i].ds=ii; }