Fix typo in appsubmit

This commit is contained in:
Jonathan Ernst
2006-06-29 16:39:14 +00:00
committed by WineHQ
parent 75d1722236
commit e41dd3b733

View File

@@ -66,7 +66,7 @@ function newSubmition($errors)
//deny access if not logged on
if(!$_SESSION['current']->isLoggedIn())
{
util_show_error_page("Insufficient privilages to create application. Are you sure you are logged in?");
util_show_error_page("Insufficient privileges to create application. Are you sure you are logged in?");
exit;
}