From be9154de883a6a634262a22ea8631ec407bffc67 Mon Sep 17 00:00:00 2001 From: Joe Edwards <80713360+Joseph-Edwards@users.noreply.github.com> Date: Wed, 4 Sep 2024 21:42:34 +0100 Subject: [PATCH] Fix typo --- gap/examples.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/examples.gi b/gap/examples.gi index e26ca9b87..7070e3790 100644 --- a/gap/examples.gi +++ b/gap/examples.gi @@ -1262,7 +1262,7 @@ function(_, n) anchor2 := 2; anchor3 := 3; prevNrVert := 1; - # Starting from the triangle graph G := C_3, itteratively triplicate G, and + # Starting from the triangle graph G := C_3, iteratively triplicate G, and # connect each copy using their anchors. for i in [2 .. n] do prevNrVert := prevNrVert * 3;