]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/Helper/Util.pm
Lohnbuchhaltungsimport: Leere Werte für Abteilungen abfangen
[kivitendo-erp.git] / SL / DB / Helper / Util.pm
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.
 
 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)
 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
 
 
 =head1 FUNCTIONS