]> granicus.if.org Git - graphviz/commitdiff
lib/common: fix a comment typo
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 18:17:59 +0000 (11:17 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 1 Oct 2021 14:49:27 +0000 (07:49 -0700)
lib/common/render.h

index 1750b633152cd56cea57ffd970f25ed6354757f2..cddd3c82650bb8f94cea820889ac787730bad421 100644 (file)
@@ -39,7 +39,7 @@ extern "C" {
 #include "const.h"
 #include "globals.h"
 #include <common/memory.h>
-#include "colorprocs.h"                /* must collow color.h (in types.h) */
+#include "colorprocs.h"                /* must follow color.h (in types.h) */
 #include "geomprocs.h"         /* must follow geom.h (in types.h) */
 #include "agxbuf.h"
 #include "utils.h"             /* must follow types.h and agxbuf.h */