diff --git a/lib/Biodiverse/GUI/GUIManager.pm b/lib/Biodiverse/GUI/GUIManager.pm index 169ee0030..940f7a08f 100644 --- a/lib/Biodiverse/GUI/GUIManager.pm +++ b/lib/Biodiverse/GUI/GUIManager.pm @@ -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,