Module: appdb Branch: master Commit: 4c06d4103300db7cf8a181073bb3fbd5e64be4b1 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=4c06d4103300db7cf8a181073...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Fri Nov 9 23:28:01 2007 +0100
distribution: Fix spelling error
---
include/distribution.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/distribution.php b/include/distribution.php index 9dc45f6..e82ab54 100644 --- a/include/distribution.php +++ b/include/distribution.php @@ -598,7 +598,7 @@ class distribution {
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 '<thead class="historyHeader">',"\n"; echo '<tr>',"\n";