From 092c76bd20a52917a765e17b015cc5b3ec31ba17 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 28 Jul 2011 12:33:19 +0100 Subject: [PATCH] Slight documentation fix. --- SessionHandler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SessionHandler.pm b/SessionHandler.pm index 3eac715..7481433 100644 --- a/SessionHandler.pm +++ b/SessionHandler.pm @@ -408,7 +408,7 @@ sub ip_check { # sessions and session keys, but in the process it may need to update user # last visit information. # -# @return true oin successful cleanup (or cleanup not needed), false on error. +# @return true on successful cleanup (or cleanup not needed), false on error. sub session_cleanup { my $self = shift;