diff options
| author | aarne <aarne@chalmers.se> | 2010-05-08 14:32:38 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-05-08 14:32:38 +0000 |
| commit | 79cd5b8dc6e6d7a8f59df0bf81793c8f419f9366 (patch) | |
| tree | 9c79de60addf1061903c8dbf874c705489fb7772 | |
| parent | b0f7db32703e81dbcc614fd1f387fa5148ff375a (diff) | |
correction of Cheapest in WordsDan
| -rw-r--r-- | examples/phrasebook/WordsDan.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsDan.gf b/examples/phrasebook/WordsDan.gf index 796a127e3..99d575f83 100644 --- a/examples/phrasebook/WordsDan.gf +++ b/examples/phrasebook/WordsDan.gf @@ -199,7 +199,7 @@ concrete WordsDan of Words = SentencesDan ** TheBest = mkSuperl L.good_A ; TheClosest = mkSuperl L.near_A ; - TheCheapest = mkSuperl (mkA "bilig") ; + TheCheapest = mkSuperl (mkA "billig") ; TheMostExpensive = mkSuperl (mkA "dyr") ; TheMostPopular = mkSuperl (mkA "populær") ; TheWorst = mkSuperl L.bad_A ; |
