From 31e2a32f357a681d48d6c69b192890499da08105 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 20 Jul 2021 22:00:30 -0700 Subject: [PATCH] EventDispatcher: fix typo in comment --- lib/PBot/EventDispatcher.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PBot/EventDispatcher.pm b/lib/PBot/EventDispatcher.pm index cbf24a5b..1d30a830 100644 --- a/lib/PBot/EventDispatcher.pm +++ b/lib/PBot/EventDispatcher.pm @@ -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,