projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6c58179
)
typo fix
David Steinbrunner [Tue, 6 Aug 2013 11:16:39 +0000 (07:16 -0400)]
lib/DBIx/Class/Admin/Usage.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Admin/Usage.pm
b/lib/DBIx/Class/Admin/Usage.pm
index
6aabfd9
..
e703ede
100644
(file)
--- a/
lib/DBIx/Class/Admin/Usage.pm
+++ b/
lib/DBIx/Class/Admin/Usage.pm
@@
-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;