From: G. Richardson Date: Fri, 27 May 2016 10:39:43 +0000 (+0200) Subject: Typo in comments X-Git-Tag: release-3.4.1~118 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=be096dae11c4f53d55330d405a89d637e1c56bfe;p=kivitendo-erp.git Typo in comments --- diff --git a/SL/Auth.pm b/SL/Auth.pm index 8b7ea5545..baa1edafc 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -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()); }