From: Ed J Date: Sat, 26 Dec 2020 19:10:16 +0000 (+0000) Subject: fix a comment typo X-Git-Tag: 2.46.1~23^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d973db027759e274216a3510d05af3ec9769f48c;p=graphviz fix a comment typo --- diff --git a/lib/cgraph/cgraph.h b/lib/cgraph/cgraph.h index 8ee2fc449..535d6c0ab 100644 --- a/lib/cgraph/cgraph.h +++ b/lib/cgraph/cgraph.h @@ -358,7 +358,7 @@ CGRAPH_API int agset(void *obj, char *name, char *value); CGRAPH_API int agxset(void *obj, Agsym_t * sym, char *value); CGRAPH_API int agsafeset(void* obj, char* name, char* value, char* def); -/* defintions for subgraphs */ +/* definitions for subgraphs */ CGRAPH_API Agraph_t *agsubg(Agraph_t * g, char *name, int cflag); /* constructor */ CGRAPH_API Agraph_t *agidsubg(Agraph_t * g, IDTYPE id, int cflag); /* constructor */ CGRAPH_API Agraph_t *agfstsubg(Agraph_t * g);