From b086ead7a0ac6239357e1a0b5f9cf26a8df8d940 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 17 Oct 2007 13:59:31 +0000 Subject: [PATCH] Change solamiento to solamente in variables names in ParadigmsSpa. Reported by Moises. --- lib/resource-1.0/spanish/ParadigmsSpa.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/resource-1.0/spanish/ParadigmsSpa.gf b/lib/resource-1.0/spanish/ParadigmsSpa.gf index a112c313f..b1752b535 100644 --- a/lib/resource-1.0/spanish/ParadigmsSpa.gf +++ b/lib/resource-1.0/spanish/ParadigmsSpa.gf @@ -147,7 +147,7 @@ oper -- One-place adjectives compared with "mas" need five forms in the worst -- case (masc and fem singular, masc plural, adverbial). - mkA : (solo,sola,solos,solas,solamiento : Str) -> A ; + mkA : (solo,sola,solos,solas,solamente : Str) -> A ; -- In the worst case, two separate adjectives are given: -- the positive ("bueno"), and the comparative ("mejor"). @@ -431,11 +431,11 @@ oper mkA = overload { mkA : (util : Str) -> A = regA ; - mkA : (solo,sola,solos,solas,solamiento : Str) -> A = mk5A ; + mkA : (solo,sola,solos,solas,solamente : Str) -> A = mk5A ; mkA : (bueno : A) -> (mejor : A) -> A = mkADeg ; } ; - mk5A : (solo,sola,solos,solas, solamiento : Str) -> A ; + mk5A : (solo,sola,solos,solas, solamente : Str) -> A ; regA : Str -> A ; mkADeg : A -> A -> A ; compADeg : A -> A ;