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 17D7C1FF166 for ; Fri, 11 Oct 2024 11:40:30 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 14D193A36D; Fri, 11 Oct 2024 11:40:58 +0200 (CEST) From: Maximiliano Sandoval To: pve-devel@lists.proxmox.com Date: Fri, 11 Oct 2024 11:40:25 +0200 Message-Id: <20241011094025.119118-1-m.sandoval@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.100 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [pct.pm, config.pm, lxc.pm] Subject: [pve-devel] [PATCH container] fix typos on user-visible 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/API2/LXC.pm | 4 ++-- src/PVE/CLI/pct.pm | 2 +- src/PVE/LXC/Config.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm index 918e719..4657ee1 100644 --- a/src/PVE/API2/LXC.pm +++ b/src/PVE/API2/LXC.pm @@ -77,7 +77,7 @@ __PACKAGE__->register_method({ method => 'GET', description => "LXC container index (per node).", permissions => { - description => "Only list CTs where you have VM.Audit permissons on /vms/.", + description => "Only list CTs where you have VM.Audit permission on /vms/.", user => 'all', }, proxyto => 'node', @@ -123,7 +123,7 @@ __PACKAGE__->register_method({ description => "Create or restore a container.", permissions => { user => 'all', # check inside - description => "You need 'VM.Allocate' permissions on /vms/{vmid} or on the VM pool /pool/{pool}. " . + description => "You need 'VM.Allocate' permission on /vms/{vmid} or on the VM pool /pool/{pool}. " . "For restore, it is enough if the user has 'VM.Backup' permission and the VM already exists. " . "You also need 'Datastore.AllocateSpace' permissions on the storage.", }, diff --git a/src/PVE/CLI/pct.pm b/src/PVE/CLI/pct.pm index 4504b54..b0a1ec2 100755 --- a/src/PVE/CLI/pct.pm +++ b/src/PVE/CLI/pct.pm @@ -533,7 +533,7 @@ __PACKAGE__->register_method ({ type => 'boolean', optional => 1, default => 0, - description => 'Do not actually write changes out to conifg.', + description => 'Do not actually write changes to the configuration.', }, }, }, diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index ce64c4c..ba50af6 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/PVE/LXC/Config.pm @@ -607,7 +607,7 @@ my $confdesc = { optional => 1, type => 'string', format => 'pve-volume-id', - description => 'Script that will be exectued during various steps in the containers lifetime.', + description => 'Script that will be executed during various steps in the containers lifetime.', }, tags => { type => 'string', format => 'pve-tag-list', -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel