diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/phrasebook/WordsCat.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsCat.gf b/examples/phrasebook/WordsCat.gf index 7dc3c8856..feedc2ca9 100644 --- a/examples/phrasebook/WordsCat.gf +++ b/examples/phrasebook/WordsCat.gf @@ -55,7 +55,7 @@ lin Church = mkPlace (mkN "església") ; Disco = mkPlace (mkN "discoteca") ; Hospital = mkPlace (mkN "hospital") ; - Hotel = mkPlace (mkN "alberg") ; + Hotel = mkPlace (mkN "hotel") ; Museum = mkPlace (mkN "museu") ; Park = mkPlace (mkN "parc") ; Parking = mkPlace (mkN "pàrking" masculine) ; |
