Assorted spelling and typo fixes

This commit is contained in:
Francois Gouget
2005-01-29 00:43:41 +00:00
committed by WineHQ
parent cb710aa5b9
commit a8f2cd5865
11 changed files with 17 additions and 17 deletions

View File

@@ -164,7 +164,7 @@ function redirect($url)
}
/**
* redirect back to referer, or else to the main page
* redirect back to referrer, or else to the main page
*/
function redirectref($url = null)
{
@@ -190,7 +190,7 @@ function addmsg($text, $color = "black")
$sQuery = "INSERT INTO sessionMessages VALUES (null, null, '".session_id()."', '$text')";
if (!mysql_query($sQuery,$hAppdbLink))
{
echo "An error has occured in addmsg(): ".mysql_error($hAppdbLink);
echo "An error has occurred in addmsg(): ".mysql_error($hAppdbLink);
echo $text;
}
}