From 6366f52e929118fd5c2aa6216ff1f5f68e9f1eae Mon Sep 17 00:00:00 2001 From: Michael Ortmann <41313082+michaelortmann@users.noreply.github.com> Date: Sun, 6 Feb 2022 23:41:56 +0000 Subject: [PATCH] typo fix (cherry picked from commit bdd9f205960bbb9c48485729dad28576b1eb08c3) --- eggdrop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eggdrop.conf b/eggdrop.conf index 814d97471..a4325f8d8 100755 --- a/eggdrop.conf +++ b/eggdrop.conf @@ -686,7 +686,7 @@ set blowfish-use-mode cbc #### DNS MODULE (Deprecated) #### -## This module provided asychronous dns support, but as of v1.9.2, this +## This module provided asynchronous dns support, but as of v1.9.2, this ## functionality was moved into the core code. If you are having issues with the ## new DNS functionality, or just want to continue using this module, compile ## Eggdrop with the --disable-tdns flag (./configure --disdable-tdns).