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

@@ -335,7 +335,7 @@ if ($_REQUEST['sub'])
{
$email = "no one";
}
addmsg("mesage sent to: ".$email, "green");
addmsg("message sent to: ".$email, "green");
}
//done