Fix typos

This commit is contained in:
EA Durbin
2006-06-06 18:54:12 +00:00
committed by WineHQ
parent 62de655d75
commit efe08bae68
3 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ if($confirmed)
$oApp = new Application($appId); $oApp = new Application($appId);
if($superMaintainer) if($superMaintainer)
{ {
apidb_header("You have resigned as supermaintainer of ".$oApp->sName); apidb_header("You have resigned as super maintainer of ".$oApp->sName);
$result = $_SESSION['current']->deleteMaintainer($oApp->iAppId, null); $result = $_SESSION['current']->deleteMaintainer($oApp->iAppId, null);
} else } else
{ {
@@ -40,14 +40,14 @@ if($confirmed)
if($result) if($result)
{ {
if($superMaintainer) if($superMaintainer)
echo "You were removed as a supermaintainer of ".$oApp->sName; echo "You were removed as a super maintainer of ".$oApp->sName;
else else
echo "You were removed as a maintainer of ".$oApp->sName." ".$oVersion->sName; echo "You were removed as a maintainer of ".$oApp->sName." ".$oVersion->sName;
} }
} else } else
{ {
if($superMaintainer) if($superMaintainer)
apidb_header("Confirm supermaintainer resignation of ".$oApp->sName); apidb_header("Confirm super maintainer resignation of ".$oApp->sName);
else else
apidb_header("Confirm maintainer resignation of ".$oApp->sName." ".$oVersion->sName); apidb_header("Confirm maintainer resignation of ".$oApp->sName." ".$oVersion->sName);

View File

@@ -87,7 +87,7 @@ if($_REQUEST['maintainReason'])
if (query_appdb($query)) if (query_appdb($query))
{ {
echo "<p>Your maintainer request has been submitted for Review. You should hear back\n"; echo "<p>Your maintainer request has been submitted for review. You should hear back\n";
echo "soon about the status of your submission</p>\n"; echo "soon about the status of your submission</p>\n";
} }
} else } else
@@ -151,7 +151,7 @@ if($_REQUEST['maintainReason'])
echo "<input type=hidden name='superMaintainer' value=$superMaintainer>"; echo "<input type=hidden name='superMaintainer' value=$superMaintainer>";
if($superMaintainer) if($superMaintainer)
echo '<tr valign=top><td class=color0><b>Why you want to and should be an application supermaintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n"; echo '<tr valign=top><td class=color0><b>Why you want to and should be an application super maintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n";
else else
echo '<tr valign=top><td class=color0><b>Why you want to and should be an application maintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n"; echo '<tr valign=top><td class=color0><b>Why you want to and should be an application maintainer</b></td><td><textarea name="maintainReason" rows=15 cols=70></textarea></td></tr>',"\n";

View File

@@ -110,7 +110,7 @@ if($_POST)
} }
else else
{ {
addmsg("There was a problem updating your userinfo", "red"); addmsg("There was a problem updating your user info", "red");
} }
} }