]> granicus.if.org Git - graphviz/commitdiff
cmd/smyrna: fix a comment typo
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 18:08:11 +0000 (11:08 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 27 Mar 2022 18:21:10 +0000 (11:21 -0700)
cmd/smyrna/topviewfuncs.c

index 98bd812d72a0bec0f06976e28751638e93cb03d6..0da50faa076e9d952b8037fbbfaace8c8cb831a9 100644 (file)
@@ -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;