[pve-devel] [PATCH pve-installer] fix typo in error message
Christian Ebner
c.ebner at proxmox.com
Thu Mar 23 09:56:33 CET 2023
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
proxinstall | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxinstall b/proxinstall
index e85dd3e..c275be2 100755
--- a/proxinstall
+++ b/proxinstall
@@ -3716,7 +3716,7 @@ create_main_window ();
my $initial_error = 0;
if (!defined ($hds) || (scalar (@$hds) <= 0)) {
- print "no hardisks found\n";
+ print "no harddisks found\n";
$initial_error = 1;
display_html("nohds.htm");
set_next("Reboot", sub { exit(0); } );
--
2.30.2
More information about the pve-devel
mailing list