Skip to content

Commit 6789f17

Browse files
mikestillmand-torrance
authored andcommitted
fix spelling mistakes found by codespell
1 parent 0d996ad commit 6789f17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

M2/Macaulay2/packages/Oscillators/Documentation.m2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Description
4343
Text
4444
@UL {
4545
TO "Generation of all SCT (simple, connected, 2-connected) graphs on small numbers of vertices",
46-
TO "Checking the codimension and irreducible decomposion of the IG ideal",
46+
TO "Checking the codimension and irreducible decomposition of the IG ideal",
4747
TO "SCT graphs with exotic solutions",
4848
TO "Example 4.1: unique graph on 8 vertices with exotic solutions and no induced cycle of length at least 5",
4949
TO "Example 4.2: a K5 and pentagon glued along an edge",
@@ -710,7 +710,7 @@ doc ///
710710

711711
doc ///
712712
Key
713-
"Checking the codimension and irreducible decomposion of the IG ideal"
713+
"Checking the codimension and irreducible decomposition of the IG ideal"
714714
Headline
715715
generating all SCT graphs on n vertices
716716
Description

M2/Macaulay2/packages/Oscillators/Tests.m2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ TEST ///
156156
assert(#G5s == 11)
157157

158158
I0 = oscQuadrics(G5s_0, R)
159-
-- TODO: the order of generators is different since we are soring vertices.
159+
-- TODO: the order of generators is different since we are sorting vertices.
160160
-- change the code to allow setting any oscillator to 0.
161161
-- ans0 = ideal(-x_2*y_4+x_4*y_2+y_2,-y_2-y_3,-x_3*y_1+x_1*y_3+y_3,-x_1*y_4+x_4*y_1+x_3*y_1-x_1*y_3,x_1*y_4+x_2*y_4-x_4*y_1-x_4*y_2)
162162
-- assert(gens I0 == gens ans0)

0 commit comments

Comments
 (0)