explicitely -> explicitly

This commit is contained in:
William Wernert
2021-02-22 14:30:26 -05:00
parent 8fc82fa3ef
commit cdf766eeae

View File

@@ -257,7 +257,7 @@ def list_enabled_rules(args: dict):
enabled = pillar_dict.get('idstools', {}).get('sids', {}).get('enabled')
if enabled is None:
print('No rules explicitely enabled.')
print('No rules explicitly enabled.')
return 0
else:
print('Enabled rules:')