File: spelling.patch

package info (click to toggle)
libclass-mixinfactory-perl 0.92-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: perl: 135; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,432 bytes parent folder | download | duplicates (3)
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>.)