This is an automated email from the git hooks/post-receive script. jame-guest pushed a commit to branch master in repository libweasel-perl.
commit e1d8a45ccdefbf33f1d440a77d895e16c7d79493 Author: Robert James Clay <[email protected]> Date: Wed Aug 16 08:28:30 2017 -0400 Create debian/patches/10_SpellingErrors.patch. --- debian/patches/10_SpellingErrors.patch | 35 ++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 36 insertions(+) diff --git a/debian/patches/10_SpellingErrors.patch b/debian/patches/10_SpellingErrors.patch new file mode 100644 index 0000000..e7ddda5 --- /dev/null +++ b/debian/patches/10_SpellingErrors.patch @@ -0,0 +1,35 @@ +Author: Robert James Clay <[email protected]> +Description: Correct spelling and wording issues. +Bug: https://github.com/perl-weasel/weasel/issues/12 +Last-Update: 2017-08-16 +--- a/lib/Weasel/DriverRole.pm ++++ b/lib/Weasel/DriverRole.pm +@@ -21,7 +21,7 @@ + This module defines the API for all Weasel drivers to be implemented. + + By using this role in the driver implementation module, an abstract +-method is implmented croak()ing if it's called. ++method is impelmented croak()ing if it's called. + + =cut + +@@ -129,7 +129,7 @@ + + =item find_all( $parent_id, $locator, $scheme ) + +-Returns the _id values for the elements to be instanciated, matching ++Returns the _id values for the elements to be instantiated, matching + the C<$locator> using C<scheme>. + + Depending on array or scalar context, the return value is +--- a/lib/Weasel/Session.pm ++++ b/lib/Weasel/Session.pm +@@ -69,7 +69,7 @@ + Contains the list of widget groups to be used with the session, or + uses all groups when undefined. + +-Note: this functionality allows to load multiple groups into the running ++Note: this functionality allows one to load multiple groups into the running + perl instance, while using different groups in various sessions. + + =cut diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..52e7cd3 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +10_SpellingErrors.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libweasel-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
