summaryrefslogtreecommitdiff
path: root/grammars/numerals/old/swiss_french.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/numerals/old/swiss_french.gf')
-rw-r--r--grammars/numerals/old/swiss_french.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/grammars/numerals/old/swiss_french.gf b/grammars/numerals/old/swiss_french.gf
index 64f5d761b..1966c25c0 100644
--- a/grammars/numerals/old/swiss_french.gf
+++ b/grammars/numerals/old/swiss_french.gf
@@ -24,11 +24,11 @@ lin n5 =
lin n6 =
{inh = unit ; inh1 = sg ; s = table {unit => "six" ; teen => "seize" ; ten => "soixante" }} ;
lin n7 =
- {inh = teen ; inh1 = sg ; s = table {unit => "sept" ; teen => "dix" ++ "-" ++ "sept" ; ten => "septante" }} ;
+ {inh = unit ; inh1 = sg ; s = table {unit => "sept" ; teen => "dix" ++ "-" ++ "sept" ; ten => "septante" }} ;
lin n8 =
{inh = unit ; inh1 = pl ; s = table {unit => "huit" ; teen => "dix" ++ "-" ++ "huit" ; ten => "huitante" }} ;
lin n9 =
- {inh = teen ; inh1 = pl ; s = table {unit => "neuf" ; teen => "dix" ++ "-" ++ "neuf" ; ten => "nonante" }} ;
+ {inh = unit ; inh1 = pl ; s = table {unit => "neuf" ; teen => "dix" ++ "-" ++ "neuf" ; ten => "nonante" }} ;
lin pot01 =
{inh = sg ;
s = table {{p1 = unit ; p2 = indep} => "un" ;