Examine doc/source/usage-fl-run-bench.rst, doc/source/usage-fl-run-test.rst, src/funkload/XmlRpcBase.py and observe overriden, however expect to see overridden.
Examine README.rst and observe requets, however expect to see request.
Examine src/funkload/CredentialFile.py, src/funkload/ReportRenderHtmlBase.py and observe lenght, however expect to see length.
Examine README.rst and observe embeded, however expect to see embedded.
Examine src/funkload/Monitor.py and observe wihtout, however expect to see without.
Examine src/funkload/Distributed.py and observe accross, however expect to see across.
Examine doc/source/recorder.rst and observe automaticly, however expect to see automatically.
Examine src/funkload/FunkLoadTestCase.py and observe capabilties, however expect to see capabilities.
Examine doc/source/installation.rst and observe donwload, however expect to see download.
Examine src/funkload/demo/seam-booking-1.1.5/test_SeamBooking.py and observe extarct, however expect to see extract.
Examine src/funkload/TestRunner.py and observe instanciating, however expect to see instantiating.
Examine src/funkload/utils.py and observe occurence, however expect to see occurrence.
Examine src/funkload/ReportRenderDiff.py and observe readeable, however expect to see readable.
Examine src/funkload/ReportRenderRst.py and observe sufficent, however expect to see sufficient.
Examine src/funkload/Lipsum.py and observe vacabulary, however expect to see vocabulary.
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.
Issue Type
[x] Bug (Typo)
Steps to Replicate and Expected Behaviour
overriden
, however expect to seeoverridden
.requets
, however expect to seerequest
.lenght
, however expect to seelength
.embeded
, however expect to seeembedded
.wihtout
, however expect to seewithout
.accross
, however expect to seeacross
.automaticly
, however expect to seeautomatically
.capabilties
, however expect to seecapabilities
.donwload
, however expect to seedownload
.extarct
, however expect to seeextract
.instanciating
, however expect to seeinstantiating
.occurence
, however expect to seeoccurrence
.readeable
, however expect to seereadable
.sufficent
, however expect to seesufficient
.vacabulary
, however expect to seevocabulary
.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/FunkLoad/pull/new/bugfix_typos
Thanks.