From be096dae11c4f53d55330d405a89d637e1c56bfe Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Fri, 27 May 2016 12:39:43 +0200 Subject: [PATCH] Typo in comments --- SL/Auth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } -- 2.20.1