From 79cd5b8dc6e6d7a8f59df0bf81793c8f419f9366 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 8 May 2010 14:32:38 +0000 Subject: [PATCH] correction of Cheapest in WordsDan --- examples/phrasebook/WordsDan.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;