From cd6aafba0a7351d962a1acaf218b7ecf478ab6e0 Mon Sep 17 00:00:00 2001 From: Jonathan Swartz Date: Thu, 7 Jun 2012 12:30:33 -0700 Subject: [PATCH] overriden -> overridden --- lib/Poet/Conf.pm | 4 ++-- lib/Poet/Environment.pm | 2 +- lib/Poet/Mason.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Poet/Conf.pm b/lib/Poet/Conf.pm index eb264e8..37a357b 100644 --- a/lib/Poet/Conf.pm +++ b/lib/Poet/Conf.pm @@ -499,8 +499,8 @@ and in local.cfg you have cache.defaults.depth: 2 -then only C will be overriden; the C and C will remain -as they were set in C. If instead local.cfg had +then only C will be overridden; the C and C will +remain as they were set in C. If instead local.cfg had cache: defaults: diff --git a/lib/Poet/Environment.pm b/lib/Poet/Environment.pm index 615f062..64b9555 100644 --- a/lib/Poet/Environment.pm +++ b/lib/Poet/Environment.pm @@ -246,7 +246,7 @@ You can also get it via =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 env.bin_dir: /some/other/bin/dir diff --git a/lib/Poet/Mason.pm b/lib/Poet/Mason.pm index c86c2bc..4a643cf 100644 --- a/lib/Poet/Mason.pm +++ b/lib/Poet/Mason.pm @@ -203,7 +203,7 @@ A reference to the L object. e.g. =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 is provided. e.g. to send back a FORBIDDEN result: $m->clear_and_abort(403);