Eng: fix simple past of stride and bestride

This commit is contained in:
adelon
2026-07-21 11:45:15 +02:00
parent 83cfc496a4
commit 00790d98fa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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" ;
+2 -2
View File
@@ -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" ;