diff --git a/src/english/IrregEng.gf b/src/english/IrregEng.gf index 7b9c48dd..71f3b5cf 100644 --- a/src/english/IrregEng.gf +++ b/src/english/IrregEng.gf @@ -149,7 +149,7 @@ flags optimize=values ; stick_V = irregV "stick" "stuck" "stuck" ; sting_V = irregV "sting" "stung" "stung" ; stink_V = irregV "stink" "stank" "stunk" ; - stride_V = irregV "stride" "strod" "stridden" ; + stride_V = irregV "stride" "strode" "stridden" ; strike_V = irregV "strike" "struck" "struck" ; string_V = irregV "string" "strung" "strung" ; strive_V = irregV "strive" "strove" "striven" ; diff --git a/src/morphodict/MorphoDictEng.gf b/src/morphodict/MorphoDictEng.gf index 7ad0670e..000fa227 100644 --- a/src/morphodict/MorphoDictEng.gf +++ b/src/morphodict/MorphoDictEng.gf @@ -5345,7 +5345,7 @@ lin bestir_V = mkV "bestir" "bestirred" "bestirred" ; lin bestow_V = mkV "bestow" "bestowed" "bestowed" ; lin bestowal_N = mkN "bestowal" "bestowals" ; lin bestrew_V = mkV "bestrew" "bestrewed" "bestrewed" ; -lin bestride_V = mkV "bestride" "bestrod" "bestridden" ; +lin bestride_V = mkV "bestride" "bestrode" "bestridden" ; lin bestubbled_A = mkAMost "bestubbled" "bestubbledly" ; lin bet_N = mkN "bet" "bets" ; lin bet_V = mkV "bet" "betted" "betted" ; @@ -48049,7 +48049,7 @@ lin strict_A = mkA "strict" "stricter" "strictest" "strictly" ; lin strictness_N = mkN "strictness" "strictnesses" ; lin stricture_N = mkN "stricture" "strictures" ; lin stride_N = mkN "stride" "strides" ; -lin stride_V = mkV "stride" "strod" "stridden" ; +lin stride_V = mkV "stride" "strode" "stridden" ; lin strident_A = mkAMost "strident" "stridently" ; lin strider_N = mkN "strider" "striders" ; lin stridor_N = mkN "stridor" "stridors" ;