You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few more typos in the code were fixed. Note that the typo in the
`htdocs/library-tree.json` was fixed. We don't actually use that file
anymore anyway.
The following code changes were made so that the words involved do not
need to be blanket ignored. The weren't good variable names anyway.
* The variable `$pn` in `templates/ContentGenerator/GatewayQuiz.html.ep`
was renamed to `$problemNumber`.
* The variable `%visibles` in `lib/WeBWorK/Utils/FilterRecords.pm` was
renamed to `%visibleSets`.
* The wording `select alls` was changed to `select all checkboxes` in the
comments in `htdocs/js/SelectAll/selectall.js`.
crate-ci/typos is configured via the .typos.toml file with tightly scoped
extend-identifiers/extend-ignore-re entries for the remaining legitimate
non-dictionary terms (crypted, DNE, ANDed, LANGuage, etc.) so the checker
stays useful for catching real future typos.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments