aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/input/grpthry.input.pamphlet8
2 files changed, 8 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3dd05eca..1c000d43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2008-08-09 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * input/grpthry.input.pamphlet: Fix typo.
+
+2008-08-09 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/buildom.boot: Rename AST code LET to %LET throughout.
* interp/c-util.boot: Likewise.
* interp/comp.lisp: Likewise.
diff --git a/src/input/grpthry.input.pamphlet b/src/input/grpthry.input.pamphlet
index fc6728c8..2de5aa4e 100644
--- a/src/input/grpthry.input.pamphlet
+++ b/src/input/grpthry.input.pamphlet
@@ -17,16 +17,16 @@
x : PERM INT := [[1,3,5],[7,11,9]]
y : PERM INT := [[3,5,7,9]]
z : PERM INT := [1,3,11]
-g1 : PERMGRPS INT := [ x , y ]
-g2 : PERMGRPS INT := [ x , z ]
-g3 : PERMGRPS INT := [ y , z ]
+g1 : PERMGRP INT := [ x , y ]
+g2 : PERMGRP INT := [ x , z ]
+g3 : PERMGRP INT := [ y , z ]
order g1
degree g3
movedPoints g2
orbit (g1, 3)
orbits g3
member? ( y , g2 )
-)sh PERMGRPS
+)sh PERMGRP
-- Input for page IrrRepSymPage
)clear all