From 83449fc74585cabb0d4898399532c563c27e53ef Mon Sep 17 00:00:00 2001 From: Sergei Petrosian Date: Wed, 12 Feb 2025 13:12:51 +0100 Subject: [PATCH] chore: Fix spelling --- filter_plugins/vpn_ipaddr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter_plugins/vpn_ipaddr.py b/filter_plugins/vpn_ipaddr.py index 29e546a..12840b0 100644 --- a/filter_plugins/vpn_ipaddr.py +++ b/filter_plugins/vpn_ipaddr.py @@ -211,7 +211,7 @@ def ipaddr(value, query="", version=False, alias="ipaddr"): # We will check the query below. pass - # This code checks if value maches the IP version the user wants, ie. if + # This code checks if value matches the IP version the user wants, ie. if # it's any version ("ipaddr()"), IPv4 ("ipv4()") or IPv6 ("ipv6()") # If version does not match, return False if version and v.version != version: