all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH network] fix typos in user-facing strings
@ 2025-12-22  9:01 Maximiliano Sandoval
  2026-01-09 14:36 ` [pve-devel] applied: " Fiona Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-12-22  9:01 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 src/PVE/API2/Network/SDN.pm                | 2 +-
 src/PVE/Network/SDN/Ipams/PhpIpamPlugin.pm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/PVE/API2/Network/SDN.pm b/src/PVE/API2/Network/SDN.pm
index 88b229c..b35a588 100644
--- a/src/PVE/API2/Network/SDN.pm
+++ b/src/PVE/API2/Network/SDN.pm
@@ -272,7 +272,7 @@ __PACKAGE__->register_method({
                 optional => 1,
                 default => 1,
                 description =>
-                    'When lock-token has been provided and configuration successfully commited, release the lock automatically afterwards',
+                    'When lock-token has been provided and configuration successfully committed, release the lock automatically afterwards',
             },
         },
     },
diff --git a/src/PVE/Network/SDN/Ipams/PhpIpamPlugin.pm b/src/PVE/Network/SDN/Ipams/PhpIpamPlugin.pm
index 1265797..67d16e7 100644
--- a/src/PVE/Network/SDN/Ipams/PhpIpamPlugin.pm
+++ b/src/PVE/Network/SDN/Ipams/PhpIpamPlugin.pm
@@ -166,7 +166,7 @@ sub update_ip {
     my $headers = ['Content-Type' => 'application/json; charset=UTF-8', 'Token' => $token];
 
     my $ip_id = get_ip_id($url, $ip, $headers);
-    die "can't find ip addresse in ipam" if !$ip_id;
+    die "can't find ip address in ipam" if !$ip_id;
 
     my $params = {
         hostname => $hostname,
-- 
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] 2+ messages in thread

* [pve-devel] applied: [PATCH network] fix typos in user-facing strings
  2025-12-22  9:01 [pve-devel] [PATCH network] fix typos in user-facing strings Maximiliano Sandoval
@ 2026-01-09 14:36 ` Fiona Ebner
  0 siblings, 0 replies; 2+ messages in thread
From: Fiona Ebner @ 2026-01-09 14:36 UTC (permalink / raw)
  To: pve-devel, Maximiliano Sandoval

Applied, thanks!

[1/1] fix typos in user-facing strings
      commit: d9b90738091153f801f8c5c8450f1c25598e26d1


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-09 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-22  9:01 [pve-devel] [PATCH network] fix typos in user-facing strings Maximiliano Sandoval
2026-01-09 14:36 ` [pve-devel] applied: " Fiona Ebner

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal