one more word in German corrected

This commit is contained in:
aarne
2008-11-07 16:24:00 +00:00
parent 03ffe34dbb
commit 403a539dc1
2 changed files with 3 additions and 4 deletions

View File

@@ -271,7 +271,7 @@ lin
hand_N = mkN "Hand" "Hände" feminine ;
head_N = mkN "Kopf" "Köpfe" masculine ;
heart_N = mkN "Herz" "Herzen" neuter ;
horn_N = mkN "Horn" "Härner" neuter ;
horn_N = mkN "Horn" "Hörner" neuter ;
husband_N = mkN "Ehemann" "Ehemänner" masculine ;
ice_N = mkN "Eis" "Eise" neuter ;
knee_N = mkN "Knie" "Knien" neuter ;

View File

@@ -513,7 +513,6 @@ mkV2 : overload {
mkV2 : V -> V2 = dirV2 ;
mkV2 : V -> Prep -> V2 = prepV2;
mkV2 : V -> Case -> V2 = \v,c -> prepV2 v (mkPrep [] c)
};
} ;
} ;
}