EventDispatcher: fix typo in comment

This commit is contained in:
Pragmatic Software 2021-07-20 22:00:30 -07:00
parent 767467b904
commit 31e2a32f35
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ sub initialize {
#
# priority ranges from 0 to 100. 0 is the highest priority, i.e. an handler with
# priority 0 will handle events first. 100 is the lowest priority and will handle
# events last. priority defaults to 50 if ommited.
# events last. priority defaults to 50 if omitted.
#
# NickList reserves 0 and 100 to ensure its list is populated by JOINs, etc,
# before any handlers need to consult its list, or depopulated by PARTs, QUITs,