more spelling fixes
Alexander Hartmaier [Fri, 29 Jul 2011 14:50:38 +0000 (16:50 +0200)]
lib/Catalyst/Dispatcher.pm
lib/Catalyst/Request.pm
lib/Catalyst/Request/Upload.pm
lib/Catalyst/Test.pm
t/author/spelling.t

index 8451b8d..fb1efea 100644 (file)
@@ -588,8 +588,8 @@ sub _find_or_create_namespace_node {
 
 =head2 $self->setup_actions( $class, $context )
 
-Loads all of the preload dispatch types, registers their actions and then
-loads all of the postload dispatch types, and iterates over the tree of
+Loads all of the pre-load dispatch types, registers their actions and then
+loads all of the post-load dispatch types, and iterates over the tree of
 actions, displaying the debug information if appropriate.
 
 =cut
index 5671476..577d4de 100644 (file)
@@ -138,6 +138,8 @@ sub query_params    { shift->query_parameters(@_) }
 sub path_info       { shift->path(@_) }
 sub snippets        { shift->captures(@_) }
 
+=for stopwords param params
+
 =head1 NAME
 
 Catalyst::Request - provides information about the current client request
index 019290c..d8e58be 100644 (file)
@@ -45,6 +45,8 @@ sub _build_basename {
 
 no Moose;
 
+=for stopwords uploadtmp
+
 =head1 NAME
 
 Catalyst::Request::Upload - handles file upload requests
@@ -129,9 +131,9 @@ Returns the size of the uploaded file in bytes.
 
 Returns a scalar containing the contents of the temporary file.
 
-Note that this method will cause the filehandle pointed to by
-C<< $upload->fh >> to be seeked to the start of the file,
-and the file handle to be put into binary mode.
+Note that this will cause the filehandle pointed to by C<< $upload->fh >> to
+be reset to the start of the file using seek and the file handle to be put
+into binary mode.
 
 =cut
 
index 5c0cbe7..492fb31 100644 (file)
@@ -209,8 +209,8 @@ functions take either a URI or an L<HTTP::Request> object.
 
 =head1 INLINE TESTS WILL NO LONGER WORK
 
-While it used to be possible to inline a whole testapp into a C<.t> file for a
-distribution, this will no longer work.
+While it used to be possible to inline a whole test app into a C<.t> file for
+a distribution, this will no longer work.
 
 The convention is to place your L<Catalyst> test apps into C<t/lib> in your
 distribution. E.g.: C<t/lib/TestApp.pm>, C<t/lib/TestApp/Controller/Root.pm>,
index 3812055..1b6c57f 100644 (file)
@@ -4,14 +4,14 @@ use Test::More;
 use Test::Spelling;
 
 add_stopwords(qw(
-    undef env regex rethrow rethrows stringifies CPAN STDERR SIGCHLD
+    undef env regex rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
     roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
     fastcgi nginx IIS middlewares
     ctx _application MyApp restarter httponly Utils stash's unescapes
     dispatchtype dispatchtypes redispatch redispatching
     CaptureArgs ChainedParent PathPart PathPrefix
     BUILDARGS metaclass
-    filename tempname
+    filename tempname request's
     wiki bitmask uri url urls dir hostname http https IP SSL
 ));
 set_spell_cmd('aspell list -l en_GB');