diff --git a/scapy/layers/ipsec.py b/scapy/layers/ipsec.py index 0aae125875369cc207a6162cbc3786edaa4128a0..dd9f5a9b7f76bbde36fe2e008ec0111ec7cfdef9 100644 --- a/scapy/layers/ipsec.py +++ b/scapy/layers/ipsec.py @@ -152,7 +152,7 @@ try: ) except ImportError: log_loading.info("Can't import python cryptography lib. " - "Disabled IPSec encryption/authentication.") + "Disabled IPsec encryption/authentication.") algorithms = None Cipher = None modes = None