]> git.proxmox.com Git - pve-installer.git/commitdiff
fix typo in variable name
authorOguz Bektas <o.bektas@proxmox.com>
Fri, 25 Jan 2019 15:14:00 +0000 (16:14 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Jan 2019 15:21:06 +0000 (16:21 +0100)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
proxinstall

index 3c37239d2a6b12ed516a0947c19f42bf4cb9a2ed..916ce5161a21522b76cb7e27ff859e57ba73bcb8 100755 (executable)
@@ -2555,7 +2555,7 @@ sub create_country_view {
 my $target_hd_combo;
 my $target_hd_label;
 
-my $hdopion_first_setup = 1;
+my $hdoption_first_setup = 1;
 
 my $create_basic_grid = sub {
     my $grid =  Gtk3::Grid->new();
@@ -2611,7 +2611,7 @@ my $create_raid_disk_grid = sub {
            });
        }
 
-       if ($hdopion_first_setup) {
+       if ($hdoption_first_setup) {
            $disk_selector->set_active ($i+1) if $hds->[$i];
        } else {
            my $hdind = 0;
@@ -2834,7 +2834,7 @@ sub create_hdoption_view {
     $grid->attach($options_stack, 0, $row, 2, 1);
     $row++;
 
-    $hdopion_first_setup = 0;
+    $hdoption_first_setup = 0;
 
     my $switch_view = sub {
        my $raid = $config_options->{filesys} =~ m/zfs|btrfs/;