From: G. Richardson Date: Fri, 30 Oct 2015 07:13:46 +0000 (+0100) Subject: Typos in Doku X-Git-Tag: release-3.4.1~611 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=76cd04055be595e5b38271715bf6feec1c984cc8;p=kivitendo-erp.git Typos in Doku --- 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