This commit is contained in:
Erik Krogh Kristensen
2022-06-17 15:15:25 +02:00
parent a5e789c72b
commit 3a4f0299c7
3 changed files with 5 additions and 1 deletions

View File

@@ -5793,6 +5793,8 @@ predicate typos(string wrong, string right) {
or
wrong = "paramters" and right = "parameters"
or
wrong = "parametarized" and right = "parameterized"
or
wrong = "paranthesis" and right = "parenthesis"
or
wrong = "paraphenalia" and right = "paraphernalia"