small typo
Jesse Sheidlower [Sun, 17 May 2009 00:36:07 +0000 (00:36 +0000)]
lib/Catalyst/Manual/Tutorial/Authentication.pod

index ffbc1b9..2d194c7 100644 (file)
@@ -344,7 +344,7 @@ B<NOTE:> Because we are using SimpleDB along with a database layout
 that complies with its default assumptions, we don't need to specify
 the names of the columns where our username and password information
 is stored (hence, the "Simple" part of "SimpleDB").  That being said,
-SimpleDB let's you specify that type of information if you need to.
+SimpleDB lets you specify that type of information if you need to.
 Take a look at 
 C<Catalyst::Authentication::Realm::SimpleDB|Catalyst::Authentication::Realm::SimpleDB>
 for details.