public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] fix typos in user facing strings
@ 2025-12-22  8:32 Maximiliano Sandoval
  0 siblings, 0 replies; only message in thread
From: Maximiliano Sandoval @ 2025-12-22  8:32 UTC (permalink / raw)
  To: pve-devel

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-12-22  8:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-22  8:32 [pve-devel] [PATCH qemu-server] fix typos in user facing strings Maximiliano Sandoval

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