typo in ParadigmsSwe causing a bug fixed

This commit is contained in:
aarne
2007-07-03 12:59:26 +00:00
parent e53a28a3a8
commit c0cdc31844
2 changed files with 1 additions and 4 deletions

View File

@@ -13,6 +13,3 @@ Do this way in gf:
The program FromOverload.hs creates the files OverGrammar.gf and OverGrammarEng.gf
from constr.gf (which in turn is the latter part of ../Constructors.gf).
Some imperative and punctuation forms are still missing, since they are treated
with special parameters.

View File

@@ -531,7 +531,7 @@ oper
in mk6V leka (lek + "er") gom (gom +"de") (gom +"t") (gom +"d") ;
"r" =>
mk6V leka lek lek (lek +"de") (lek +"t") (lek +"d") ;
_ => case leka of {
_ => case lek of {
_ + "nd" =>
mk6V leka (lek + "er") lek (lek +"e") (init lek +"t") lek ;
_ =>