Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Mar 18, 2020
1 parent e325a6f commit e33109b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FCGI/Buffer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ sub init {
if(defined($params{save_to}) && $self->can_cache()) {
if(my $dir = $params{'save_to'}->{'directory'}) {
if(! -d $dir) {
mkdir $save_to->{directory};
mkdir $dir;
if(! -d $dir) {
Carp::carp("$dir isn't a directory");
return;
Expand Down

0 comments on commit e33109b

Please sign in to comment.