Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Updates #723
  • Loading branch information
shawnlaffan committed Apr 7, 2019
1 parent ca5b4b7 commit 5c5c433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/GUIManager.pm
Expand Up @@ -1585,7 +1585,7 @@ sub do_basedata_reduce_axis_resolutions {
my @cell_origins = map {$_->get_value} @$origin_widgets;
$dlg->destroy();

my $cloned = $bd->clone_with_reduced_reslution (
my $cloned = $bd->clone_with_reduced_resolution (
name => $chosen_name,
cell_sizes => \@cell_sizes,
cell_origins => \@cell_origins,
Expand Down

0 comments on commit 5c5c433

Please sign in to comment.