distribution: Fix spelling error
This commit is contained in:
committed by
Chris Morgan
parent
8fa22a5d26
commit
4c06d41033
@@ -598,7 +598,7 @@ class distribution {
|
|||||||
|
|
||||||
if($this->aTestingIds)
|
if($this->aTestingIds)
|
||||||
{
|
{
|
||||||
echo '<p><span class="title">Testing Results for '.$this->sName.'</span><br />',"\n";
|
echo '<p><span class="title">Test Results for '.$this->sName.'</span><br />',"\n";
|
||||||
echo '<table width="100%" border="1">',"\n";
|
echo '<table width="100%" border="1">',"\n";
|
||||||
echo '<thead class="historyHeader">',"\n";
|
echo '<thead class="historyHeader">',"\n";
|
||||||
echo '<tr>',"\n";
|
echo '<tr>',"\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user