Skip to content

Commit

Permalink
Fix a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Feb 13, 2012
1 parent 400b8a7 commit f5f15d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bric/Dist/Action/Mover.pm
Expand Up @@ -250,7 +250,7 @@ Bric::Util::Trans::FS and Bric::Util::Trans::FTP as examples.
In your new mover class, implement a put_res() method and a del_res() method.
These methods take an array ref of Bric::Dist::Resource objects to be moved and
a Bric::Dist::ServerType object as arguments. Use the Bric::Dist::Server objects
in the Brci::Dist::ServerType object to put (or delete, in the case of del_res)
in the Bric::Dist::ServerType object to put (or delete, in the case of del_res)
the files represented by each of the resource objects. Again, see Use
Bric::Util::Trans::FS and Bric::Util::Trans::FTP for examples.
Expand Down

0 comments on commit f5f15d5

Please sign in to comment.