Assorted spelling fixes from Francois Gouget

This commit is contained in:
Chris Morgan
2008-06-26 12:07:29 -04:00
parent 26854c6b3b
commit 9f956d4ccc
12 changed files with 16 additions and 16 deletions

View File

@@ -597,7 +597,7 @@ class distribution {
$oTableRow->AddCell($oTableCell);
// enable the 'delete' action if this distribution has no testing results
// enable the 'delete' action if this distribution has no test results
$bDeleteLink = sizeof($this->aTestingIds) ? FALSE : TRUE;
$oOMTableRow = new OMTableRow($oTableRow);