From d9cea4b50defbb364d91f44cb9106619535a5613 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sun, 15 Jun 2008 11:58:18 +0000 Subject: [PATCH] fix typo: RVocative => RVoc --- lib/resource-1.4/bulgarian/NounBul.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/resource-1.4/bulgarian/NounBul.gf b/lib/resource-1.4/bulgarian/NounBul.gf index fd7e7bd1c..009682fbf 100644 --- a/lib/resource-1.4/bulgarian/NounBul.gf +++ b/lib/resource-1.4/bulgarian/NounBul.gf @@ -66,7 +66,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { } ; DetQuant quant num = { - s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVocative=>Indef; _=>Def}) c ++ + s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ num.s ! dgenderSpecies g Indef c ; n = num.n ; countable = num.nonEmpty ; @@ -74,7 +74,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { } ; DetQuantOrd = \quant, num, ord -> { - s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVocative=>Indef; _=>Def}) c ++ + s = \\g,c => quant.s ! aform (gennum g num.n) (case c of {RVoc=>Indef; _=>Def}) c ++ num.s ! dgenderSpecies g Indef c ++ ord.s ! aform (gennum g num.n) Indef c ; n = num.n ;