From 52b6788d553612645ff597bc6b5a2b7620901204 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 28 Apr 2015 14:33:33 +0200 Subject: [PATCH] Typos in Doku --- SL/Clipboard.pm | 6 +++--- SL/Clipboard/Base.pm | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SL/Clipboard.pm b/SL/Clipboard.pm index 6f30071b1..3f71659cc 100644 --- a/SL/Clipboard.pm +++ b/SL/Clipboard.pm @@ -147,7 +147,7 @@ C would be C. These support classes must inherit from L which offers almost a full set of support functions so that the actual specialized class has to do very -litte. +little. As the clipboard is session-based its contents will be lost when the session expires (either due to timeouts or to the user logging off). @@ -163,7 +163,7 @@ Clears the clipboard (removes all entries). =item C Creates a dumped copy of C<$object> and stores that copy in the -session. An unlimited number of copies of differeing types can be +session. An unlimited number of copies of differing types can be made. Returns the instance of the copied object, a sub-class of @@ -181,7 +181,7 @@ array is the one most recently copied. =item C Returns the most recently clipped object whose type matches the -regular expression C<$type>. If C<$type> is not given then then then +regular expression C<$type>. If C<$type> is not given then the most recently copied object is returned. If no such object exists C is returned instead. diff --git a/SL/Clipboard/Base.pm b/SL/Clipboard/Base.pm index 47ccc2413..fc0a16a1f 100644 --- a/SL/Clipboard/Base.pm +++ b/SL/Clipboard/Base.pm @@ -180,13 +180,13 @@ L. =item C -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 itself: the primary key columns (if any) and the columns C and C (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 -- 2.20.1