Fix typos in doc
castaway [Tue, 1 Jan 2008 16:14:08 +0000 (16:14 +0000)]
lib/Reaction/UI/Controller/Root.pm

index 0931837..302aa78 100644 (file)
@@ -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',