From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 5BBFE1FF15E for ; Mon, 22 Dec 2025 09:32:24 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 023FCF0B0; Mon, 22 Dec 2025 09:33:14 +0100 (CET) From: Maximiliano Sandoval To: pve-devel@lists.proxmox.com Date: Mon, 22 Dec 2025 09:32:33 +0100 Message-ID: <20251222083241.84206-1-m.sandoval@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1766392344258 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.092 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH qemu-server] fix typos in user facing strings X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Signed-off-by: Maximiliano Sandoval --- 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: 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: Wait until all jobs are ready, block-job-cancel them. This means not switching thex +=item C: Wait until all jobs are ready, block-job-cancel them. This means not switching the original drive to use the new target. =item C: 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 for the VM's QEMU instance, -C for the VM's guest agent or C for the QEMU storage daemon assoicated to the VM. +C for the VM's guest agent or C 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