Signed-off-by: Maximiliano Sandoval <[email protected]>
---
 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
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to