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;