Module: appdb
Branch: master
Commit: 122daacfd99d9f0aa42e21644f6bc39ea99af934
URL: http://source.winehq.org/git/appdb.git/?a=commit;h=122daacfd99d9f0aa42e2164…
Author: Austin English <austinenglish(a)gmail.com>
Date: Sat Nov 26 22:33:25 2016 -0600
include/version.php: fix tpyo/whitespace error
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).
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
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('<i class="fa fa-exclamation-circle"></i> <b>Comments Disabled</b><br><br> '.
- '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");
}
}