From 4c06d4103300db7cf8a181073bb3fbd5e64be4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Fri, 9 Nov 2007 23:28:01 +0100 Subject: [PATCH] distribution: Fix spelling error --- include/distribution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '

Testing Results for '.$this->sName.'
',"\n"; + echo '

Test Results for '.$this->sName.'
',"\n"; echo '',"\n"; echo '',"\n"; echo '',"\n";