[pve-devel] [PATCH network] fix typos in user-facing strings
Maximiliano Sandoval
m.sandoval at proxmox.com
Mon Dec 22 10:01:12 CET 2025
Signed-off-by: Maximiliano Sandoval <m.sandoval at 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
More information about the pve-devel
mailing list