Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo fixes #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/MogileFS/Client.pm
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ sub new_file {

$mogc->edit_file($key, $opts_hashref)

Edit the file with the the given key.
Edit the file with the given key.


B<NOTE:> edit_file is currently EXPERIMENTAL and not recommended for
Expand Down Expand Up @@ -404,7 +404,7 @@ sub edit_file {

$mogc->read_file($key)

Read the file with the the given key.
Read the file with the given key.

Returns a seekable filehandle you can read() from. Note that you cannot
read line by line using <$fh> notation.
Expand Down Expand Up @@ -883,7 +883,7 @@ sub update_class {
Weird option for old, weird network architecture. Sets a mapping
table of preferred alternate IPs, if reachable. For instance, if
trying to connect to 10.0.0.2 in the above example, the module would
instead try to connect to 10.2.0.2 quickly first, then then fall back
instead try to connect to 10.2.0.2 quickly first, then fall back
to 10.0.0.2 if 10.2.0.2 wasn't reachable.

=cut
Expand Down