ChangeSet ID: 26129 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner@winehq.org 2006/06/29 11:39:15
Modified files: . : appsubmit.php
Log message: Jonathan Ernst jonathan@ernstfamily.ch Fix typo in appsubmit
Patch: http://cvs.winehq.org/patch.py?id=26129
Old revision New revision Changes Path 1.45 1.46 +1 -1 appdb/appsubmit.php
Index: appdb/appsubmit.php diff -u -p appdb/appsubmit.php:1.45 appdb/appsubmit.php:1.46 --- appdb/appsubmit.php:1.45 29 Jun 2006 16:39:15 -0000 +++ appdb/appsubmit.php 29 Jun 2006 16:39:15 -0000 @@ -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; }