Fixing small typo

This commit is contained in:
Gareth J. Greenaway 2018-01-05 10:06:21 -08:00
parent 6a28bddcc9
commit 3ee4eabffd
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -1085,7 +1085,7 @@ VALID_OPTS = {
# Scheduler should be a dictionary
'schedule': dict,
# Wheter to fire auth events
# Whether to fire auth events
'auth_events': bool,
}