Spelling fix

This commit is contained in:
Claudius Zingerli 2018-05-18 17:42:35 +02:00 committed by rallytime
parent cfe0a5bb42
commit 5c666409f3
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -66,7 +66,7 @@ def validate(config):
for item in interfaces:
if not isinstance(_config['interfaces'][item], dict):
return False, ('Interface attirbutes for network_settings beacon'
return False, ('Interface attributes for network_settings beacon'
' must be a dictionary.')
if not all(j in ATTRS for j in _config['interfaces'][item]):
return False, ('Invalid attributes in beacon configuration.')