Skip to content

Commit

Permalink
chore: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrosi committed Feb 12, 2025
1 parent e5b5e45 commit 83449fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter_plugins/vpn_ipaddr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 83449fc

Please sign in to comment.