From e41dd3b733df7cca515c9351f0e2e0ce586eff71 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Thu, 29 Jun 2006 16:39:14 +0000 Subject: [PATCH] Fix typo in appsubmit --- appsubmit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appsubmit.php b/appsubmit.php index 71e7e70..4c9f424 100644 --- a/appsubmit.php +++ b/appsubmit.php @@ -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; }