summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-07-04 11:27:06 +0000
committerbringert <bringert@cs.chalmers.se>2007-07-04 11:27:06 +0000
commit0f8ef7432cbbcc0b6b81240acd8b8e3d941c20f3 (patch)
treeb7cddb3936f9d9cd469a5f2802338717c4f2a740 /examples
parent173da349b4cd17b67f54d27df7b2e8d45fa60e9c (diff)
Fized some typos in Toy1.
Diffstat (limited to 'examples')
-rw-r--r--examples/regulus/toy1/Toy1a.gf2
-rw-r--r--examples/regulus/toy1/Toy1aEng.gf6
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/regulus/toy1/Toy1a.gf b/examples/regulus/toy1/Toy1a.gf
index 2478360b4..cab51455b 100644
--- a/examples/regulus/toy1/Toy1a.gf
+++ b/examples/regulus/toy1/Toy1a.gf
@@ -1,4 +1,4 @@
-abstract Toy1 = {
+abstract Toy1a = {
flags startcat = Utterance ;
diff --git a/examples/regulus/toy1/Toy1aEng.gf b/examples/regulus/toy1/Toy1aEng.gf
index 1d71eabf1..d0748cc82 100644
--- a/examples/regulus/toy1/Toy1aEng.gf
+++ b/examples/regulus/toy1/Toy1aEng.gf
@@ -1,6 +1,6 @@
--# -path=.:prelude
-concrete Toy1Eng of Toy1 = open Prelude in {
+concrete Toy1aEng of Toy1a = open Prelude in {
-- grammar Toy1 from the Regulus book
@@ -42,8 +42,8 @@ lin
light = mkNoun "light" ;
fan = mkNoun "fan" ;
- switchOn _ = mkVerb "switch" "swithced" "on" ;
- switchOff _ = mkVerb "switch" "swithced" "off" ;
+ switchOn _ = mkVerb "switch" "switched" "on" ;
+ switchOff _ = mkVerb "switch" "switched" "off" ;
dim = mkVerb "dim" "dimmed" [] ;