Typos in Doku
authorG. Richardson <information@kivitendo-premium.de>
Fri, 4 Sep 2015 13:04:42 +0000 (15:04 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Fri, 4 Sep 2015 13:04:42 +0000 (15:04 +0200)
SL/Controller/Helper/GetModels.pm
SL/Controller/Helper/GetModels/Filtered.pm

index 0e7f5bb..5ea9413 100644 (file)
@@ -304,7 +304,7 @@ set by the registered handlers.
 
 Enable or disable the specified plugin. Useful to disable paginating for
 exports for example. C<is_enabled_plugin> can be used to check the current
-state fo a plugin.
+state of a plugin.
 
 Must not be finalized to use this.
 
index 6325815..aac5e1a 100644 (file)
@@ -170,7 +170,7 @@ See L<SL::Controller::Helper::ParseFilter> for a description of the filter forma
 =head1 CUSTOM FILTERS
 
 C<Filtered> will honor custom filters defined in RDBO managers. See
-L<SL::DB::Helper::Filtered> for an explanation fo those.
+L<SL::DB::Helper::Filtered> for an explanation of those.
 
 =head1 FUNCTIONS