r76583 - in /trunk/libcgi-application-dispatch-perl/debian/patches: ./ series spelling.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Jun 26 09:22:12 UTC 2011


Author: periapt-guest
Date: Sun Jun 26 09:22:09 2011
New Revision: 76583

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76583
Log:
new spelling patch

Added:
    trunk/libcgi-application-dispatch-perl/debian/patches/
    trunk/libcgi-application-dispatch-perl/debian/patches/series
    trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch

Added: trunk/libcgi-application-dispatch-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/patches/series?rev=76583&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/patches/series (added)
+++ trunk/libcgi-application-dispatch-perl/debian/patches/series Sun Jun 26 09:22:09 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch?rev=76583&op=file
==============================================================================
--- trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch (added)
+++ trunk/libcgi-application-dispatch-perl/debian/patches/spelling.patch Sun Jun 26 09:22:09 2011
@@ -1,0 +1,37 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: Spelling
+Forwarded: yes
+Last-Update: 2011-06-25
+--- a/lib/CGI/Application/Dispatch.pm
++++ b/lib/CGI/Application/Dispatch.pm
+@@ -1171,7 +1171,7 @@
+ 
+ Here is a more complex example that dispatches "/", which would otherwise
+ be treated as a directory, and also supports multiple developer directories,
+-so C</~mark> has its own seperate dispatching system beneath it.
++so C</~mark> has its own separate dispatching system beneath it.
+ 
+ Note that order matters here! The Location block for "/" needs to come before the
+ user blocks.
+--- a/lib/CGI/Application/Dispatch/PSGI.pm
++++ b/lib/CGI/Application/Dispatch/PSGI.pm
+@@ -828,7 +828,7 @@
+ 
+ Here is a more complex example that dispatches "/", which would otherwise
+ be treated as a directory, and also supports multiple developer directories,
+-so C</~mark> has its own seperate dispatching system beneath it.
++so C</~mark> has its own separate dispatching system beneath it.
+ 
+ Note that order matters here! The Location block for "/" needs to come before the
+ user blocks.
+--- a/lib/CGI/Application/Dispatch/Regexp.pm
++++ b/lib/CGI/Application/Dispatch/Regexp.pm
+@@ -28,7 +28,7 @@
+ =head1 DESCRIPTION
+ 
+ L<CGI::Application::Dispatch> uses its own syntax dispatch table.
+-C<CGI::Application::Dispatch::Regexp> allows to use flexible and powerful Perl
++C<CGI::Application::Dispatch::Regexp> allows one to use flexible and powerful Perl
+ regular expressions to transform a path into argument list.
+ 
+ =head1 DISPATCH TABLE




More information about the Pkg-perl-cvs-commits mailing list