This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libwx-perl.
commit b7bf2dffc8e2677902e497e88562833f74cc72b3 Author: gregor herrmann <[email protected]> Date: Fri Jun 23 20:57:33 2017 +0200 Add more fixes to spelling.patch. --- debian/patches/spelling.patch | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch index 135a4cc..22095d7 100644 --- a/debian/patches/spelling.patch +++ b/debian/patches/spelling.patch @@ -1,7 +1,9 @@ Description: Fix a small spelling mistake -Author: Damyan Ivanov <[email protected]> Bug: https://rt.cpan.org/Ticket/Display.html?id=70363 -Forwarded: yes +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=70363 +Author: Damyan Ivanov <[email protected]> +Reviewed-by: gregor herrmann <[email protected]> +Last-Update: 2017-06-23 --- a/cpp/overload.cpp +++ b/cpp/overload.cpp @@ -14,3 +16,25 @@ Forwarded: yes sv_2mortal( message ); for( int j = 0; prototypes[j]; ++j ) +--- a/Wx.pm ++++ b/Wx.pm +@@ -322,7 +322,7 @@ + + For wxWidgets 2.9.3 and greater, Wx can switch runtime assertions on + and off. In wxWidgets 2.9.x and above, there are three levels of +-debuging ++debugging + + 0 - No debug assertions + 1 - Low cost debug assertions +--- a/ext/socket/lib/Wx/Socket.pm ++++ b/ext/socket/lib/Wx/Socket.pm +@@ -205,7 +205,7 @@ + ## SetEventHandler + EVT_SOCKET($handler, $id , sub{...} ) + +-To make the events easier to use, all the proccess is automatic, ++To make the events easier to use, all the process is automatic, + and you just use: + + EVT_SOCKET_INPUT($handler , $socket , sub{...} ) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwx-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
