diff --git a/lib/App/Netdisco/DB/Result/Admin.pm b/lib/App/Netdisco/DB/Result/Admin.pm index 324f7e98..c1aebc15 100644 --- a/lib/App/Netdisco/DB/Result/Admin.pm +++ b/lib/App/Netdisco/DB/Result/Admin.pm @@ -62,7 +62,7 @@ __PACKAGE__->set_primary_key("job"); =head2 device_skips( $backend?, $max_deferrals?, $retry_after? ) -Retuns the set of C entries which apply to this job. They match +Returns the set of C entries which apply to this job. They match the device IP, current backend, and job action. You probably want to use the ResultSet method C which completes this @@ -122,7 +122,7 @@ sub display_name { =head1 ADDITIONAL COLUMNS -=head2 entererd_stamp +=head2 entered_stamp Formatted version of the C field, accurate to the minute.