Skip to content

Commit

Permalink
Add plural for correction: reurn->return
Browse files Browse the repository at this point in the history
Found the misspelling "reurns" in a personal projects as in:
"It reurns ..."

The mistake could also be a typo for "reran", so include that as a
potential fix too.
  • Loading branch information
jdufresne committed Dec 2, 2024
1 parent 53c55d1 commit a5482d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codespell_lib/data/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51090,7 +51090,10 @@ reuqirement->requirement
reuqirements->requirements
reuqires->requires
reuqiring->requiring
reurn->return
reurn->return,rerun,
reurned->returned,reran,
reurning->returning,rerunning,
reurns->returns,reruns,
reursively->recursively
reuseable->reusable
reusin->reusing, resin,
Expand Down

0 comments on commit a5482d9

Please sign in to comment.