public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Christian Ebner <c.ebner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pve-installer] fix typo in error message
Date: Thu, 23 Mar 2023 09:56:33 +0100	[thread overview]
Message-ID: <20230323085633.145226-1-c.ebner@proxmox.com> (raw)

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





             reply	other threads:[~2023-03-23  8:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23  8:56 Christian Ebner [this message]
2023-03-23 10:24 ` [pve-devel] applied: " Thomas Lamprecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230323085633.145226-1-c.ebner@proxmox.com \
    --to=c.ebner@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal