]> git.proxmox.com Git - pve-firewall.git/commitdiff
fix typo: s/ICPM/ICMP/
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 May 2020 12:12:13 +0000 (14:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 4 May 2020 12:12:13 +0000 (14:12 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Firewall.pm

index 5d1a58410605ee7a496d678e6fbc0b3b9c13c150..28dbb194822f49ac9ad461eebca41aef9ea6200b 100644 (file)
@@ -1082,7 +1082,7 @@ sub parse_port_name_number_or_range {
        }
     }
 
-    die "ICPM ports not allowed in port range\n" if $icmp_port && $count > 0;
+    die "ICMP ports not allowed in port range\n" if $icmp_port && $count > 0;
 
     # I really don't like to use the word number here, but it's the only thing
     # that makes sense in a literal way. The range 1:100 counts as 2, not as