Skip to content

Commit

Permalink
(Fin) Fix bug in c65: käyty, not *käytty
Browse files Browse the repository at this point in the history
  • Loading branch information
inariksit committed Oct 5, 2023
1 parent af6edf2 commit 8d25422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finnish/Kotus.gf
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ oper
c65 : Str -> VForms -- 1 käydä
= \s -> let kay = Predef.tk 2 s ; kavi = init kay + "vi" in
vForms12 s (kay + "n") kay (kay + "vät") (kay + "kää") (kay + "dään")
(kavi + "n") kavi (kavi + "si") (kay + "nyt") (kay + "tty")
(kavi + "n") kavi (kavi + "si") (kay + "nyt") (kay + "ty")
(kay + "nee") ; -- just one verb
c66 : Str -> VForms -- 268 öristä
= \s -> cKuunnella s (Predef.tk 2 s + "in") ;
Expand Down

0 comments on commit 8d25422

Please sign in to comment.