From 791eb2cc53a32833a6358fd79d49f0e877c75a48 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 26 Mar 2022 11:08:11 -0700 Subject: [PATCH] cmd/smyrna: fix a comment typo --- cmd/smyrna/topviewfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0