[pve-devel] [PATCH installer 1/2] Fix typo in get_hdsize_spinbtn errormessage

Stoiko Ivanov s.ivanov at proxmox.com
Wed Nov 28 12:40:56 CET 2018


Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 proxinstall | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/proxinstall b/proxinstall
index 2f665dc..97c5394 100755
--- a/proxinstall
+++ b/proxinstall
@@ -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);
-- 
2.11.0





More information about the pve-devel mailing list