From: Alexander Hartmaier Date: Fri, 29 Jul 2011 14:50:38 +0000 (+0200) Subject: more spelling fixes X-Git-Tag: 5.90005~4^2~10^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f8db2ed7cc69853222729adfdbb48e5e4bea9bd2 more spelling fixes --- diff --git a/lib/Catalyst/Dispatcher.pm b/lib/Catalyst/Dispatcher.pm index f63c1a7..efa298c 100644 --- a/lib/Catalyst/Dispatcher.pm +++ b/lib/Catalyst/Dispatcher.pm @@ -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 diff --git a/lib/Catalyst/Request.pm b/lib/Catalyst/Request.pm index 94c6400..20ffc46 100644 --- a/lib/Catalyst/Request.pm +++ b/lib/Catalyst/Request.pm @@ -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 diff --git a/lib/Catalyst/Request/Upload.pm b/lib/Catalyst/Request/Upload.pm index 019290c..d8e58be 100644 --- a/lib/Catalyst/Request/Upload.pm +++ b/lib/Catalyst/Request/Upload.pm @@ -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 diff --git a/lib/Catalyst/Test.pm b/lib/Catalyst/Test.pm index ef3def5..06c821f 100644 --- a/lib/Catalyst/Test.pm +++ b/lib/Catalyst/Test.pm @@ -209,8 +209,8 @@ functions take either a URI or an L 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 test apps into C in your distribution. E.g.: C, C, diff --git a/t/author/spelling.t b/t/author/spelling.t index 3812055..1b6c57f 100644 --- a/t/author/spelling.t +++ b/t/author/spelling.t @@ -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');