]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Clipboard/Base.pm
epic-ts
[kivitendo-erp.git] / SL / Clipboard / Base.pm
index 47ccc241355c25a6df4de0d1e54c1ef4dd93f89d..fc0a16a1ff67574a7f8219d2741059695036e684 100644 (file)
@@ -180,13 +180,13 @@ L</dump>.
 
 =item C<to_object>
 
 
 =item C<to_object>
 
-Converts the dumped representation back to an Rose::DB::Object
+Converts the dumped representation back to a Rose::DB::Object
 instance. Several columns of the newly created object are cleared by
 C<to_object> itself: the primary key columns (if any) and the columns
 C<itime> and C<mtime> (if the object has such columns).
 
 This function should not be overwritten by sub-classes. Instead,
 instance. Several columns of the newly created object are cleared by
 C<to_object> itself: the primary key columns (if any) and the columns
 C<itime> and C<mtime> (if the object has such columns).
 
 This function should not be overwritten by sub-classes. Instead,
-functions can overwrite C<_fix_object> which can be used for sanitzing
+functions can overwrite C<_fix_object> which can be used for sanitizing
 the newly created object before handing it back to the caller.
 
 =item C<type>
 the newly created object before handing it back to the caller.
 
 =item C<type>