suplemon icon indicating copy to clipboard operation
suplemon copied to clipboard

Proposing a PR to fix a few small typos

Open timgates42 opened this issue 4 years ago • 0 comments

Issue Type

[x] Bug (Typo)

Steps to Replicate and Expected Behaviour

  • Examine suplemon/modules/autodocstring.py, suplemon/suplemon_module.py and observe wether, however expect to see whether.
  • Examine suplemon/viewer.py and observe occurances, however expect to see occurrences.
  • Examine suplemon/viewer.py and observe occurance, however expect to see occurrence.
  • Examine suplemon/viewer.py and observe neccesary, however expect to see necessary.
  • Examine suplemon/prompt.py and observe sufficent, however expect to see sufficient.
  • Examine suplemon/modules/linter.py and observe seperate, however expect to see separate.
  • Examine README.md and observe reopenning, however expect to see reopening.
  • Examine suplemon/viewer.py and observe inital, however expect to see initial.
  • Examine suplemon/cursor.py and observe unequality, however expect to see inequality.
  • Examine suplemon/viewer.py and observe highlighing, however expect to see highlighting.
  • Examine suplemon/module_loader.py and observe expicitly, however expect to see explicitly.
  • Examine suplemon/helpers.py and observe delimeters, however expect to see delimiters.
  • Examine suplemon/modules/autodocstring.py and observe definiton, however expect to see definition.
  • Examine suplemon/modules/crypt.py and observe deflaults, however expect to see defaults.
  • Examine suplemon/prompt.py and observe concistency, however expect to see consistency.

Notes

Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

To avoid wasting CI processing resources a branch with the fix has been prepared but a pull request has not yet been created. A pull request fixing the issue can be prepared from the link below, feel free to create it or request @timgates42 create the PR. Alternatively if the fix is undesired please close the issue with a small comment about the reasoning.

https://github.com/timgates42/suplemon/pull/new/bugfix_typos

Thanks.

timgates42 avatar May 20 '21 19:05 timgates42