1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: fix spelling errors found by lintian spellchecker
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123620
--- a/MixinFactory/ReadMe.pod
+++ b/MixinFactory/ReadMe.pod
@@ -48,7 +48,7 @@
=item *
-an extension which enhances security by runing the code in a Safe compartment,
+an extension which enhances security by running the code in a Safe compartment,
=item *
@@ -122,7 +122,7 @@
=head2 This Distribution
-The Class::MixinFactory distribution provides serveral elements to facilitate tihs kind of dynamic mixin architecture. The top level package is just a facade that loads the other necessary classes and provides a few import options for compile-time convenience. (See L<Class::MixinFactory>.)
+The Class::MixinFactory distribution provides several elements to facilitate this kind of dynamic mixin architecture. The top level package is just a facade that loads the other necessary classes and provides a few import options for compile-time convenience. (See L<Class::MixinFactory>.)
To generate an object with some combination of mixins, you first use a mixin factory to generate a mixed class. If a class with that combination of classes has already been created, it is reused. You can add a factory method to your base class, create a separate factory object, or inherit to produce a factory class. (See L<Class::MixinFactory::Factory>.)
|