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($_SESSION['current']->getpref("confirm_comment_deletion") != "no" &&
mail(stripslashes($email), "[AppDB] ".$fullAppName ,$ms);
} else
$email = "no one";
addmsg("mesage sent to: ".$email, "green");
addmsg("message sent to: ".$email, "green");
addmsg("Comment deleted", "green");
redirect(apidb_fullurl("appview.php?appId=".$_REQUEST['appId']."&versionId=".$_REQUEST['versionId']));
}