Skip to content

Commit

Permalink
correct spelling of overriden -> overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
jonswar committed Feb 27, 2012
1 parent 73abdd7 commit df79d4c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/HTML/Mason.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ component per file. So-called "top-level" components represent entire
web-pages, while smaller components typically return HTML snippets for
embedding in top-level components. This object-like architecture
greatly simplifies site maintenance: change a shared component, and
you instantly changed all dependant pages that refer to it across a
you instantly changed all dependent pages that refer to it across a
site (or across many virtual sites).
Mason's component syntax lets designers separate a web page into
Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/Mason/Admin.pod
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ documentation for C<Cache::Cache> as well as for relevant subclasses
=item Cache files

By default, C<Cache::FileCache> is the subclass used for data caching,
although this may be overriden by the developer. C<Cache::FileCache>
although this may be overridden by the developer. C<Cache::FileCache>
creates a separate subdirectory for every component that uses caching,
and one file some number of levels underneath that subdirectory for
each cached item. The root of the cache tree is
Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/Mason/ApacheHandler.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ sub _set_mason_req_out_method
}

# Call $r->print (using the real Apache method, not our
# overriden method).
# overridden method).
$r->$final_output_method( grep {defined} @_ );
$r->rflush;
};
Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/Mason/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1680,7 +1680,7 @@ To use the CHI C<FastMmap> driver by default:
data_cache_api => 'CHI',
data_cache_defaults => {driver => 'FastMmap'},
These settings are overriden by options given to particular
These settings are overridden by options given to particular
C<$m-E<gt>cache> calls.
=item dhandler_name
Expand Down

0 comments on commit df79d4c

Please sign in to comment.