From: Matthew Fernandez Date: Sat, 26 Mar 2022 18:08:11 +0000 (-0700) Subject: cmd/smyrna: fix a comment typo X-Git-Tag: 4.0.0~156^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=791eb2cc53a32833a6358fd79d49f0e877c75a48;p=graphviz cmd/smyrna: fix a comment typo --- diff --git a/cmd/smyrna/topviewfuncs.c b/cmd/smyrna/topviewfuncs.c index 98bd812d7..0da50faa0 100644 --- a/cmd/smyrna/topviewfuncs.c +++ b/cmd/smyrna/topviewfuncs.c @@ -872,7 +872,7 @@ void initSmGraph(Agraph_t * g,topview* rv) rv->attributes=load_attr_list(view->g[view->activeGraph]); rv->filtered_attr_list=NULL; - /*set topologilca fisheye to NULL */ + // set topological fisheye to NULL rv->fisheyeParams.h = NULL; rv->fisheyeParams.active = 0;