typo fix
David Steinbrunner [Tue, 6 Aug 2013 11:16:39 +0000 (07:16 -0400)]
lib/DBIx/Class/Admin/Usage.pm

index 6aabfd9..e703ede 100644 (file)
@@ -23,7 +23,7 @@ sub set_simple {
 
 
 
-# This returns the usage formated as a pod document
+# This returns the usage formatted as a pod document
 sub pod {
   my ($self) = @_;
   return join qq{\n}, $self->pod_leader_text, $self->pod_option_text, $self->pod_authorlic_text;