fix a typo (mesage -> message)

This commit is contained in:
Jonathan Ernst
2005-01-19 04:58:12 +00:00
committed by WineHQ
parent 04d65bd2cf
commit aba584ff93
7 changed files with 8 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ if(isset($_REQUEST['submit1']))
{
$email = "no one";
}
addmsg("mesage sent to: ".$email, green);
addmsg("message sent to: ".$email, green);
addmsg("The Version was successfully updated in the database", "green");
redirect(apidb_fullurl("appview.php?appId=".$_REQUEST['appId']."&versionId=".$_REQUEST['versionId']));