]> granicus.if.org Git - graphviz/commitdiff
fix a comment typo
authorEd J <mohawk2@users.noreply.github.com>
Sat, 26 Dec 2020 19:10:16 +0000 (19:10 +0000)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jan 2021 22:19:13 +0000 (14:19 -0800)
lib/cgraph/cgraph.h

index 8ee2fc4498793d50aa25365b65098f486956b7cd..535d6c0ab599312dcbdcdfd1340450dd1a2dcdaf 100644 (file)
@@ -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);