aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/UI/Controller/Root.pm
diff options
context:
space:
mode:
authorcastaway <castaway@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-01 16:14:08 +0000
committercastaway <castaway@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-01 16:14:08 +0000
commit68f88d4e3c0baee5a6d418d2db1cdb938e4b2343 (patch)
tree4518a7b0b7d64dfd75d3daaf2ea864d077ef1b9a /lib/Reaction/UI/Controller/Root.pm
parentc2bd9d4139c9e567858996197b128584288c1e33 (diff)
downloadreaction-68f88d4e3c0baee5a6d418d2db1cdb938e4b2343.tar.gz
reaction-68f88d4e3c0baee5a6d418d2db1cdb938e4b2343.zip
Fix typos in doc
Diffstat (limited to 'lib/Reaction/UI/Controller/Root.pm')
-rw-r--r--lib/Reaction/UI/Controller/Root.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Reaction/UI/Controller/Root.pm b/lib/Reaction/UI/Controller/Root.pm
index 0931837..302aa78 100644
--- a/lib/Reaction/UI/Controller/Root.pm
+++ b/lib/Reaction/UI/Controller/Root.pm
@@ -33,12 +33,12 @@ sub end :Private {
=head1 NAME
-Reaction::UI::Root - Base component for the Root Controller
+Reaction::UI::Controller::Root - Base component for the Root Controller
=head1 SYNOPSIS
package MyApp::Controller::Root;
- use base 'Reaction::UI::COntroller::Root';
+ use base 'Reaction::UI::Controller::Root';
__PACKAGE__->config(
view_name => 'Site',