]> wagnertech.de Git - mfinanz.git/commitdiff
Typo in comments
authorG. Richardson <information@kivitendo-premium.de>
Fri, 27 May 2016 10:39:43 +0000 (12:39 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Wed, 1 Jun 2016 12:48:34 +0000 (14:48 +0200)
SL/Auth.pm

index 8b7ea5545849a797f1baa62c3dc980d20b3f9181..baa1edafc4fe5dd8468057f888540c9040f3c2a5 100644 (file)
@@ -516,7 +516,7 @@ sub restore_session {
 
   $form   = $main::form;
 
-  # Don't fail if the auth DB doesn't yet.
+  # Don't fail if the auth DB doesn't exist yet.
   if (!( $dbh = $self->dbconnect(1) )) {
     return $self->session_restore_result(SESSION_NONE());
   }