Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmccarren committed Apr 21, 2015
1 parent fe405d2 commit 46c8fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function setTimeout($timeout) {
}
}

public function setFragmantSize($fragment_size) {
public function setFragmentSize($fragment_size) {
$this->options['fragment_size'] = $fragment_size;
}

Expand Down

0 comments on commit 46c8fb9

Please sign in to comment.