* [pve-devel] [PATCH pve-installer] fix typo in error message
@ 2023-03-23 8:56 Christian Ebner
2023-03-23 10:24 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Christian Ebner @ 2023-03-23 8:56 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Christian Ebner <c.ebner@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-23 10:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 8:56 [pve-devel] [PATCH pve-installer] fix typo in error message Christian Ebner
2023-03-23 10:24 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal