From 76cd04055be595e5b38271715bf6feec1c984cc8 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Fri, 30 Oct 2015 08:13:46 +0100 Subject: [PATCH] Typos in Doku --- SL/DB/AuthClient.pm | 2 +- SL/DB/Helper/Util.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SL/DB/AuthClient.pm b/SL/DB/AuthClient.pm index d3acaf998..0c9e5a97f 100644 --- a/SL/DB/AuthClient.pm +++ b/SL/DB/AuthClient.pm @@ -171,7 +171,7 @@ L so the UTF-8 flag will be set properly. =item C -Returns an array of human-readable error message if the object must +Returns an array of human-readable error messages if the object must not be saved and an empty list if nothing's wrong. =item C diff --git a/SL/DB/Helper/Util.pm b/SL/DB/Helper/Util.pm index a7f241092..6f9a3ec96 100644 --- a/SL/DB/Helper/Util.pm +++ b/SL/DB/Helper/Util.pm @@ -55,9 +55,9 @@ like L. The module does not export any function by default, but all of the public ones can be requested in the usual way. -Each function can be called either as fully qualified name with the +Each function can be called either as a fully qualified name with the object instance as the first argument or (if the function is imported) -as an intance method on the object instance. +as an instance method on the object instance. =head1 FUNCTIONS -- 2.20.1