[libnet-prometheus-perl] 05/06: spelling.patch
gregor herrmann
gregoa at debian.org
Fri Mar 3 19:11:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libnet-prometheus-perl.
commit e7bd906e9a48590acfb2a674097ed05c1b332cbd
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Mar 3 20:09:36 2017 +0100
spelling.patch
---
debian/patches/series | 1 +
debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..61805f7
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-03-03
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=120491
+Bug: https://rt.cpan.org/Ticket/Display.html?id=120491
+
+--- a/lib/Net/Prometheus/Counter.pm
++++ b/lib/Net/Prometheus/Counter.pm
+@@ -41,7 +41,7 @@
+ =head1 DESCRIPTION
+
+ This class provides a counter metric - a value that monotonically increases,
+-usually used to represent occurrances of some event that happens within the
++usually used to represent occurrences of some event that happens within the
+ instrumented program. It is a subclass of L<Net::Prometheus::Metric>.
+
+ =cut
+--- a/lib/Net/Prometheus/Metric.pm
++++ b/lib/Net/Prometheus/Metric.pm
+@@ -303,7 +303,7 @@
+
+ @samples = $metric->samples
+
+-An abstract method in this class, this method is intended to be overriden by
++An abstract method in this class, this method is intended to be overridden by
+ subclasses.
+
+ Called during the value collection process, this method should return a list
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-prometheus-perl.git
More information about the Pkg-perl-cvs-commits
mailing list