summaryrefslogtreecommitdiff
path: root/LedgerSMB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB.pm')
-rwxr-xr-xLedgerSMB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB.pm b/LedgerSMB.pm
index b754e8d0..f0e11c11 100755
--- a/LedgerSMB.pm
+++ b/LedgerSMB.pm
@@ -193,7 +193,7 @@ sub new {
$self->_db_init;
if ($self->is_run_mode('cgi', 'mod_perl')) {
- #check for valid session unless this is an iniital authentication
+ #check for valid session unless this is an inital authentication
#request -- CT
if (!Session::session_check( $cookie{"LedgerSMB"}, $self) ) {
$self->_get_password("Session Expired");