pybossa
pybossa copied to clipboard
Proposing a PR to fix a few small typos
Issue Type
[x] Bug (Typo)
Steps to Replicate and Expected Behaviour
- Examine test/test_jobs/init.py, test/test_jobs/test_delete_inactive_accounts.py, test/test_jobs/test_engage_old_users.py and observe
substract
, however expect to seesubtract
. - Examine test/test_newsletter.py and observe
subcribe
, however expect to seesubscribe
. - Examine cli.py, pybossa/cache/project_stats.py and observe
miliseconds
, however expect to seemilliseconds
. - Examine pybossa/themes/README.md and observe
simbolic
, however expect to seesymbolic
. - Examine pybossa/newsletter/init.py and observe
subscibed
, however expect to seesubscribed
. - Examine test/test_ckan.py and observe
resourece
, however expect to seeresource
. - Examine pybossa/importers/flickr.py and observe
remainin
, however expect to seeremaining
. - Examine cli.py and observe
placehoder
, however expect to seeplaceholder
. - Examine test/test_jobs/test_news.py and observe
notificaton
, however expect to seenotification
. - Examine pybossa/model/page.py and observe
headles
, however expect to seeheadless
. - Examine test/test_repository/test_result_repository.py and observe
delte
, however expect to seedelete
. - Examine test/test_auditlog.py and observe
avaliable
, however expect to seeavailable
. - Examine pybossa/repositories/init.py and observe
apropriate
, however expect to seeappropriate
.
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/pybossa/pull/new/bugfix_typos
Thanks.