Corrected a number of minor spelling errors.
Originally observed that "successful" was misspelled "succesfull" on the build view page. While correcting that, a number of other spelling errors were also corrected.
This commit is contained in:
parent
e4721cb393
commit
2ae9faf433
22 changed files with 28 additions and 28 deletions
|
|
@ -73,7 +73,7 @@ class TapParser
|
|||
|
||||
$line = $this->nextLine();
|
||||
if ($line === $header) {
|
||||
throw new Exception("Duplicated TAP log, please check the configration.");
|
||||
throw new Exception("Duplicated TAP log, please check the configuration.");
|
||||
}
|
||||
|
||||
while ($line !== false && ($this->testCount === false || count($this->results) < $this->testCount)) {
|
||||
|
|
@ -96,7 +96,7 @@ class TapParser
|
|||
*/
|
||||
protected function findTapLog()
|
||||
{
|
||||
// Look for the beggning of the TAP output
|
||||
// Look for the beginning of the TAP output
|
||||
do {
|
||||
$header = $this->nextLine();
|
||||
} while ($header !== false && substr($header, 0, 12) !== 'TAP version ');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue