[AppDB] Fix spelling of testing (bug 4156)

Tony Lambregts tony.lambregts at gmail.com
Sat Jan 28 15:37:46 CST 2006


Fix for bug 4156 http://bugs.winehq.org/show_bug.cgi?id=4156

Change Log: Fix spelling of testing

Files Changed: admin/adminTestResults.php

-------------- next part --------------
Index: admin/adminTestResults.php
===================================================================
RCS file: /home/wine/appdb/admin/adminTestResults.php,v
retrieving revision 1.2
diff -u -r1.2 adminTestResults.php
--- admin/adminTestResults.php	30 Oct 2005 22:29:14 -0000	1.2
+++ admin/adminTestResults.php	28 Jan 2006 21:34:09 -0000
@@ -147,7 +147,7 @@
     {
          //no apps in queue
         echo html_frame_start("Submitted Testing Results","90%");
-        echo '<p><b>The Submitted Testng Results Queue is empty.</b></p>',"\n";
+        echo '<p><b>The Submitted Testing Results Queue is empty.</b></p>',"\n";
         echo html_frame_end("&nbsp;");         
     }
     else
@@ -168,7 +168,7 @@
     {
         //no rejected test results in queue
         echo html_frame_start("Rejected Testing Results","90%");
-        echo '<p><b>The Rejected Testng Results Queue is empty.</b></p>',"\n";
+        echo '<p><b>The Rejected Testing Results Queue is empty.</b></p>',"\n";
         echo html_frame_end("&nbsp;");         
     }
     else


More information about the wine-patches mailing list