[Rt-commit] r9228 - rt/branches/3.7-EXPERIMENTAL/lib/RT
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sat Oct 6 13:03:04 EDT 2007
Author: sunnavy
Date: Sat Oct 6 13:03:03 2007
New Revision: 9228
Modified:
rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder.pm
Log:
doc fixes for Shredder.pm
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Shredder.pm Sat Oct 6 13:03:03 2007
@@ -139,7 +139,7 @@
=head2 $RT::DependenciesLimit
-Shredder stops with an error if object has more then
+Shredder stops with an error if the object has more than
C<$RT::DependenciesLimit> dependencies. For example: a ticket has 1000
transactions or a transaction has 1000 attachments. This is protection
from bugs in shredder from wiping out your whole database, but
@@ -170,7 +170,7 @@
can find usage examples in L<rt-shredder> and the
F<lib/t/regression/shredder/*.t> test files.
-However, here is small example that do the same action as in CLI
+However, here is a small example that do the same action as in CLI
example from L</SYNOPSIS>:
use RT::Shredder;
@@ -424,7 +424,7 @@
C<String> argument has more priority than C<Object> so if it's not empty then methods
leave C<Object> argument unchecked.
-You can read about possible states and thier meaning in L<RT::Shredder::Constants> docs.
+You can read about possible states and their meanings in L<RT::Shredder::Constants> docs.
=cut
@@ -631,7 +631,7 @@
* if C<FromStorage> argument is true (default behaviour) then result path would always be relative to C<StoragePath>;
-* if C<FromStorage> argument is false then result would be relative to the current dir unless it's allready absolute path.
+* if C<FromStorage> argument is false then result would be relative to the current dir unless it's already absolute path.
Returns an absolute path of the file.
More information about the Rt-commit
mailing list