]> git.proxmox.com Git - pve-installer.git/commitdiff
Fix typo in get_hdsize_spinbtn errormessage
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 28 Nov 2018 11:40:56 +0000 (12:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Nov 2018 12:09:25 +0000 (13:09 +0100)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
proxinstall

index 2f665dcc0ac2aaea5befcfca550f1b073bfeccb7..97c5394caf62996904c6daf08c515bf439a9aeb2 100755 (executable)
@@ -2500,9 +2500,8 @@ my $hdsize_entry_buffer;
 
 my $get_hdsize_spinbtn = sub {
     my $hdsize = shift;
-
     if (!defined($hdsize_size_adj)) {
-       die "called get_hdsize_spinbtn with \$hdsize_size_adj not defined but did not pass hsize!\n"
+       die "called get_hdsize_spinbtn with \$hdsize_size_adj not defined but did not pass hdsize!\n"
            if !defined($hdsize);
        $hdsize_size_adj = Gtk3::Adjustment->new($config_options->{hdsize} || $hdsize, 0, $hdsize+1, 1, 1, 1);
        $hdsize_entry_buffer = Gtk3::EntryBuffer->new(undef, 1);