diff options
| author | aarne <aarne@chalmers.se> | 2014-06-19 15:55:39 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2014-06-19 15:55:39 +0000 |
| commit | 5c7586bb78e456864b8cf9954de5a72536fff7ae (patch) | |
| tree | 0737fdd1df44194f2a76a4c8ec903b8c93f22be7 /examples/phrasebook/SentencesPol.gf | |
| parent | f743217a54e2adb13e13ae5739c2621dc116ba6e (diff) | |
a couple of fixes in Phrasebook ; should compile now
Diffstat (limited to 'examples/phrasebook/SentencesPol.gf')
| -rw-r--r-- | examples/phrasebook/SentencesPol.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesPol.gf b/examples/phrasebook/SentencesPol.gf index 66a6c473e..00815e6bc 100644 --- a/examples/phrasebook/SentencesPol.gf +++ b/examples/phrasebook/SentencesPol.gf @@ -17,7 +17,7 @@ concrete SentencesPol of Sentences = lincat Day = { name,hab,adv:Str } ; - Language = A ; + LAnguage = A ; Citizenship = { prop:A; citizenMSg:Str; citizenMPl:Str; citizenF:Str} ; Nationality = { lang: A; prop: A; country: NP; citizenMSg:Str; citizenMPl:Str; citizenF:Str } ; Transport = { cn:CN; verb:Str} ; |
