File: spelling.patch

package info (click to toggle)
libmeta-builder-perl 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 38
  • sloc: perl: 495; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,980 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Description: spelling fixes
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=82023
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82023
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-12-16

--- a/README
+++ b/README
@@ -2,7 +2,7 @@
     Meta::Builder - Tools for creating Meta objects to track custom metrics.
 
 DESCRIPTION
-    Meta programming is becomming more and more popular. The popularity of
+    Meta programming is becoming more and more popular. The popularity of
     Meta programming comes from the fact that many problems are made
     significantly easier. There are a few specialized Meta tools out there,
     for instance <Class:MOP> which is used by Moose to track class metadata.
@@ -13,7 +13,7 @@
     others to extend your meta-object based tools by providing hooks for
     other packages to add metrics to your meta object.
 
-    If a specialized Meta object tool is available ot meet your needs please
+    If a specialized Meta object tool is available to meet your needs please
     use it. However if you need a simple Meta object to track a couple
     metrics, use Meta::Builder.
 
--- a/lib/Meta/Builder.pm
+++ b/lib/Meta/Builder.pm
@@ -62,7 +62,7 @@
 
 =head1 DESCRIPTION
 
-Meta programming is becomming more and more popular. The popularity of Meta
+Meta programming is becoming more and more popular. The popularity of Meta
 programming comes from the fact that many problems are made significantly
 easier. There are a few specialized Meta tools out there, for instance
 L<Class:MOP> which is used by L<Moose> to track class metadata.
@@ -73,7 +73,7 @@
 meta-object based tools by providing hooks for other packages to add metrics to
 your meta object.
 
-If a specialized Meta object tool is available ot meet your needs please use
+If a specialized Meta object tool is available to meet your needs please use
 it. However if you need a simple Meta object to track a couple metrics, use
 Meta::Builder.