From: ellson Date: Tue, 25 Apr 2006 18:52:49 +0000 (+0000) Subject: Janitor - spelling X-Git-Tag: LAST_LIBGRAPH~32^2~6682 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30006bfa68143b33d874e4e09fd67041bda6fba6;p=graphviz Janitor - spelling --- diff --git a/lib/common/labels.c b/lib/common/labels.c index a82b20039..d6451a93f 100644 --- a/lib/common/labels.c +++ b/lib/common/labels.c @@ -191,7 +191,7 @@ emit_textlines(GVJ_t* job, int nlines, textline_t lines[], pointf p, p.y += (linespacing * (nlines - 1) / 2) /* cl of topline */ -fsize * 0.23; /* cl to baseline */ - tmp = ROUND(p.y); /* align with interger points */ + tmp = ROUND(p.y); /* align with integer points */ p.y = (double)tmp; gvrender_begin_context(job);