From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH qemu-server] fix typos in user facing strings
Date: Mon, 22 Dec 2025 09:32:33 +0100 [thread overview]
Message-ID: <20251222083241.84206-1-m.sandoval@proxmox.com> (raw)
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/PVE/QemuServer/BlockJob.pm | 4 ++--
src/PVE/QemuServer/Drive.pm | 2 +-
src/PVE/QemuServer/Monitor.pm | 2 +-
src/PVE/VZDump/QemuServer.pm | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/PVE/QemuServer/BlockJob.pm b/src/PVE/QemuServer/BlockJob.pm
index c89994db..12e74aac 100644
--- a/src/PVE/QemuServer/BlockJob.pm
+++ b/src/PVE/QemuServer/BlockJob.pm
@@ -408,9 +408,9 @@ All jobs must be ready before completion can happen.
=over
=item C<complete>: Wait until all jobs are ready, block-job-complete them (default). This means
-switching the orignal drive to use the new target.
+switching the original drive to use the new target.
-=item C<cancel>: Wait until all jobs are ready, block-job-cancel them. This means not switching thex
+=item C<cancel>: Wait until all jobs are ready, block-job-cancel them. This means not switching the
original drive to use the new target.
=item C<skip>: Wait until all jobs are ready, return with block jobs in ready state.
diff --git a/src/PVE/QemuServer/Drive.pm b/src/PVE/QemuServer/Drive.pm
index c772c803..0d59d1df 100644
--- a/src/PVE/QemuServer/Drive.pm
+++ b/src/PVE/QemuServer/Drive.pm
@@ -525,7 +525,7 @@ my %efitype_fmt = (
type => 'string',
enum => [qw(2011 2023)],
description =>
- "Informational marker indicating the version of the latest Microsof UEFI certificate"
+ "Informational marker indicating the version of the latest Microsoft UEFI certificate"
. " that has been enrolled by Proxmox VE.",
optional => 1,
default => '2011',
diff --git a/src/PVE/QemuServer/Monitor.pm b/src/PVE/QemuServer/Monitor.pm
index e5278881..423c40a9 100644
--- a/src/PVE/QemuServer/Monitor.pm
+++ b/src/PVE/QemuServer/Monitor.pm
@@ -39,7 +39,7 @@ Parameters:
=item C<$id>: Identifier for the peer. The pair C<($id, $type)> uniquely identifies a peer.
=item C<$type>: Type of the peer to communicate with. This can be C<qmp> for the VM's QEMU instance,
-C<qga> for the VM's guest agent or C<qsd> for the QEMU storage daemon assoicated to the VM.
+C<qga> for the VM's guest agent or C<qsd> for the QEMU storage daemon associated to the VM.
=back
diff --git a/src/PVE/VZDump/QemuServer.pm b/src/PVE/VZDump/QemuServer.pm
index 84ebbe80..d097d777 100644
--- a/src/PVE/VZDump/QemuServer.pm
+++ b/src/PVE/VZDump/QemuServer.pm
@@ -1492,7 +1492,7 @@ my sub backup_access_to_volume_info {
$volumes->{$device}->{'nbd-path'} = $nbd_path;
$volumes->{$device}->{'bitmap-name'} = $bitmap_name;
} else {
- die "internal error - unkown mechanism '$mechanism'";
+ die "internal error - unknown mechanism '$mechanism'";
}
}
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
reply other threads:[~2025-12-22 8:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20251222083241.84206-1-m.sandoval@proxmox.com \
--to=m.sandoval@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 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.