1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Fix spelling error in manpage
Origin: vendor
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92458
Forwarded: yes
Author: Salvatore Bonaccorso <carnil@debian.org>
Reviewed-by: Salvatore Bonaccorso <carnil@debian.org>
Last-Update: 2014-01-25
--- a/lib/Object/Realize/Later.pod
+++ b/lib/Object/Realize/Later.pod
@@ -330,7 +330,7 @@
=head3 Example 3
-This module is especially usefull for larger projects, which there is
+This module is especially useful for larger projects, which there is
a need for speed or memory reduction. In this case, you may have an
extra overview on which objects have been realized (transformed), and
which not. This example is taken from the MailBox modules:
|