misspellings of "choosen" and "preceed"

This commit is contained in:
hippietrail 2024-11-05 19:07:29 +07:00
parent 141f96efcc
commit f531fc0513
21 changed files with 26 additions and 26 deletions

View file

@ -237,7 +237,7 @@ public class ProjectedDatabase {
dittedPosition++;//advance past fixedPosition
}
//if all of the preceeding positions are filled, there can't be any backward
//if all of the preceding positions are filled, there can't be any backward
//extension items
if (positionsToSymbols.isEmpty()) {
return backwardExtensionItems;