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 d3acaf9..0c9e5a9 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 a7f2410..6f9a3ec 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