Skip to content

Commit

Permalink
overriden -> overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Jun 7, 2012
1 parent 24c83bd commit cd6aafb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Poet/Conf.pm
Expand Up @@ -499,8 +499,8 @@ and in local.cfg you have
cache.defaults.depth: 2 cache.defaults.depth: 2
then only C<depth> will be overriden; the C<driver> and C<root_dir> will remain then only C<depth> will be overridden; the C<driver> and C<root_dir> will
as they were set in C<global/cache.cfg>. If instead local.cfg had remain as they were set in C<global/cache.cfg>. If instead local.cfg had
cache: cache:
defaults: defaults:
Expand Down
2 changes: 1 addition & 1 deletion lib/Poet/Environment.pm
Expand Up @@ -246,7 +246,7 @@ You can also get it via
=head1 CONFIGURING ENVIRONMENT SUBDIRECTORIES =head1 CONFIGURING ENVIRONMENT SUBDIRECTORIES
Any subdirectories other than conf_dir can be overriden in configuration. e.g. Any subdirectories other than conf_dir can be overridden in configuration. e.g.
# Override bin_dir # Override bin_dir
env.bin_dir: /some/other/bin/dir env.bin_dir: /some/other/bin/dir
Expand Down
2 changes: 1 addition & 1 deletion lib/Poet/Mason.pm
Expand Up @@ -203,7 +203,7 @@ A reference to the L<Plack::Response> object. e.g.
=item clear_and_abort (status) =item clear_and_abort (status)
These methods are overriden to set the response status before aborting, if These methods are overridden to set the response status before aborting, if
I<status> is provided. e.g. to send back a FORBIDDEN result: I<status> is provided. e.g. to send back a FORBIDDEN result:
$m->clear_and_abort(403); $m->clear_and_abort(403);
Expand Down

0 comments on commit cd6aafb

Please sign in to comment.