Proposing a PR to fix a few small typos
timgates42 opened this issue · comments
Issue Type
[x] Bug (Typo)
Steps to Replicate and Expected Behaviour
- Examine MacOSX/macdll/Exception.c, console/modules/_PAIMEIdiff/ModuleMatcher.py, deprecated/codenomicrap.py, deprecated/fuzzie.py, struct_spy.py, utils/code_coverage.py and observe
occured
, however expect to seeoccurred
. - Examine console/modules/_PAIMEIpstalker/TargetsTreeCtrl.py, pida/module.py and observe
propogate
, however expect to seepropagate
. - Examine utils/crash_binning.py and observe
disassemly
, however expect to seedisassembly
. - Examine MacOSX/macdll/Exception.c and observe
succes
, however expect to seesuccess
. - Examine console/modules/_PAIMEIpstalker/HitsListCtrl.py and observe
occurence
, however expect to seeoccurrence
. - Examine ollydbg_connector/plugin.h and observe
menues
, however expect to seemenus
. - Examine console/modules/PAIMEIdiff.py and observe
insiginificant
, however expect to seeinsignificant
. - Examine console/modules/_PAIMEIpstalker/export_idc_dialog.py and observe
informaton
, however expect to seeinformation
. - Examine ollydbg_connector/plugin.h and observe
hiliting
, however expect to seehighlighting
. - Examine ollydbg_connector/plugin.h and observe
highlited
, however expect to seehighlighted
. - Examine MacOSX/macdll/MacDll.c and observe
fuctions
, however expect to seefunctions
. - Examine console/modules/PAIMEIdiff.py and observe
fuction
, however expect to seefunction
. - Examine pydbg_server.py and observe
excplicity
, however expect to seeexplicitly
. - Examine ollydbg_connector/plugin.h and observe
decription
, however expect to seedescription
. - Examine MacOSX/macdll/Exception.c and observe
demostration
, however expect to seedemonstration
.
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/paimei/pull/new/bugfix_typos
Thanks.