]> granicus.if.org Git - graphviz/commitdiff
Janitor - spelling
authorellson <devnull@localhost>
Tue, 25 Apr 2006 18:52:49 +0000 (18:52 +0000)
committerellson <devnull@localhost>
Tue, 25 Apr 2006 18:52:49 +0000 (18:52 +0000)
lib/common/labels.c

index a82b20039f82e7f50ab024c2f30254103535562f..d6451a93f0aab58507368e8c9c594b707049112f 100644 (file)
@@ -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);