summaryrefslogtreecommitdiff
path: root/next-lib/src
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-12-02 15:21:37 +0000
committeraarne <aarne@cs.chalmers.se>2008-12-02 15:21:37 +0000
commit2f7fd8a59763e313a0d40cc807ce5da4d3366917 (patch)
treea74f3c9cdc5e8b1e819167d87335f517dbb02326 /next-lib/src
parent90ca53d18a2fa8ed30c4097931ce8f1a4c6d08a4 (diff)
bug fixes relevant for Bronzeage. NB Bulgarian can be compiled separately with old lib
Diffstat (limited to 'next-lib/src')
-rw-r--r--next-lib/src/spanish/NumeralSpa.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/spanish/NumeralSpa.gf b/next-lib/src/spanish/NumeralSpa.gf
index 7775c105b..7a3dda29b 100644
--- a/next-lib/src/spanish/NumeralSpa.gf
+++ b/next-lib/src/spanish/NumeralSpa.gf
@@ -45,7 +45,7 @@ lin pot01 =
<hundra True, NCard Fem> => "ciento" ;
_ => uno ! f ! g
} ;
- n = Pl
+ n = Sg
} ;
lin pot0 d = {s = d.s ; n = Pl} ;