diff options
Diffstat (limited to 'examples/attempto/TestAttemptoSwe.gf')
| -rw-r--r-- | examples/attempto/TestAttemptoSwe.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/attempto/TestAttemptoSwe.gf b/examples/attempto/TestAttemptoSwe.gf index 21b1d8b37..c6e7698e6 100644 --- a/examples/attempto/TestAttemptoSwe.gf +++ b/examples/attempto/TestAttemptoSwe.gf @@ -52,7 +52,7 @@ lin patiently_Adv = mkAdv "tålamodigt" ; lin course_N = mkCN (mkN "kurs" "kurser") ; lin carefully_Adv = mkAdv "försiktigt" ; lin time_N = mkCN (mkN "tid" "tider") ; -lin believe_V = mkV "tro" ; +lin believe_VS = mkVS (mkV "tro") ; lin seriously_Adv = mkAdv "seriöst" ; lin clerk_N = mkCN (mkN "kontorist" "kontorister") ; lin screen_N = mkkN "skärm" neutrum ; @@ -63,7 +63,7 @@ lin automated_teller_N = mkCN (mkN "automat" "automater") ; lin reject_V2 = mkV2 "förkasta" ; lin accept_V2 = mkV2 "acceptera" ; lin type_V2 = mkV2 skriva_V ; ---- -lin know_V = veta_V ; +lin know_VS = mkVS veta_V ; lin manager_N = mkCN (mkN "chef" "chefer") ; lin oversleep_V = mkV "försova" "försov" "försovit" ; lin valid_A = mkA "giltig" ; |
