From: Austin English Subject: [appdb] include/version.php: fix tpyo/whitespace error Message-Id: Date: Sat, 26 Nov 2016 22:33:25 -0600 Supersedes https://source.winehq.org/patches/data/128008 This patch fixes the typo as 128008 did, but also the grammatical error (and a misspaced curly bracket in the same function). -- -Austin GPG: 14FB D7EA A041 937B From 33a40aa3581b8bf5e0d7a09e13bdd26a974b975d Mon Sep 17 00:00:00 2001 From: Austin English Date: Sat, 26 Nov 2016 22:31:53 -0600 Subject: [PATCH] include/version.php: fix tpyo/whitespace error Signed-off-by: Austin English --- include/version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/version.php b/include/version.php index 60b14df..e918a9c 100644 --- a/include/version.php +++ b/include/version.php @@ -1124,7 +1124,7 @@ EOT; // show the test results table if($oTest) - { + { if($oTest->iTestingId) { echo $oTest->ShowVersionsTestingTable($this->objectMakeUrl()."&iTestingId=", 5); @@ -1173,7 +1173,7 @@ EOT; else { echo html_note(' Comments Disabled

'. - 'Comments for this application have be disabled becuase there are no maintainers.', + 'Comments for this application have been disabled because there are no maintainers.', "","","warning"); } } -- 2.10.2