Attribute misspelling.

This commit is contained in:
Seth Hall 2011-03-22 11:48:49 -04:00
parent b2ea6ecf45
commit 38a57f6d35

View file

@ -20,7 +20,7 @@ export {
# Maintain the list of known hosts for 24 hours so that the existence
# of each individual address is logged each day.
global known_hosts: set[addr] &create_expire=1day &syncronized;
global known_hosts: set[addr] &create_expire=1day &synchronized;
global log_known_hosts: event(rec: Log);
}