]> wagnertech.de Git - mfinanz.git/commitdiff
Typos in Doku
authorG. Richardson <information@kivitendo-premium.de>
Fri, 30 Oct 2015 07:13:46 +0000 (08:13 +0100)
committerG. Richardson <information@kivitendo-premium.de>
Fri, 30 Oct 2015 07:13:46 +0000 (08:13 +0100)
SL/DB/AuthClient.pm
SL/DB/Helper/Util.pm

index d3acaf998f612919b8bab087f815a2f909553f94..0c9e5a97f864b246e4d9dce8e8b5443904f28f64 100644 (file)
@@ -171,7 +171,7 @@ L<SL::DBConnect/get_options> so the UTF-8 flag will be set properly.
 
 =item C<validate>
 
-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<webdav_symlink_basename>
index a7f2410920db4e30b855eace488b88070f73d143..6f9a3ec96c84ee268eced61f8cbd1dca5830525c 100644 (file)
@@ -55,9 +55,9 @@ like L<SL::DB::ActsAsList>. 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 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