]> granicus.if.org Git - graphviz/commitdiff
fix comment typo
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Apr 2021 02:26:37 +0000 (19:26 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Apr 2021 00:30:16 +0000 (17:30 -0700)
lib/neatogen/legal.c

index 22051ad008c07de0812a75c0fe1cdb7d0bf848c8..2a7dcc7c985f8d8d0ad610184e48eae40818f72c 100644 (file)
@@ -178,7 +178,7 @@ putSeg (int i, vertex* v)
 }
 
 /* realIntersect:
- * Return 1 if a real inatersection has been found
+ * Return 1 if a real intersection has been found
  */
 static int
 realIntersect (vertex *firstv, vertex *secondv, pointf p)