typos identified by github.com/crate-ci/typos#3044
Conversation
|
I do not know |
|
In fact, I am not entirely certain that the code works with that typo since the file is named |
|
I added more to this. I won't add any more after this though. Any more will be in separate PRs. This now includes One place that should get extra inspection is the changes to |
|
Is there a spell checker for GitHub conversations? |
|
Haha, yeah I saw that after I posted and left it for fun.
I'll save |
drgrice1
left a comment
There was a problem hiding this comment.
Looks good, and some of the typos were causing issues.
The typo in lib/WeBWorK/Authen/Saml2.pm is a local typo, and fixing it won't break anything (or fix anything other than making the spelling correct).
The typo in lib/WeBWorK/ConfigValues.pm was preventing the LTI{v1p3}{PlatformID} variable from working in the LTI tab. So this is a bug fix.
The typo in lib/WebworkWebservice/RenderProblem.pm was clearly preventing the preview button from working as intended. Although, some might argue that the intended functionality of showing answer evaluator messages for an answer preview is not desirable. But that is another debate.
|
I just noted that there were two typos in |
These are typos in
lib, but not inlib/WeBWorK/.The misnaming of
ResourceIriasResourseIriwas consistent. Someone who knows Caliper should weigh in about this, if the package is used outside of this code. @andrew-gardener, does changing this typo matter?I have not thought hard about the typo in
lib/WebworkWebservice/RenderProblem.pm. If that code gets used, certainly it is broken with the typo in place.