diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-01-03 06:16:13 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-01-03 06:16:13 +0000 |
commit | 193d40378f79e23f5ba2e0f780b94b3c7dfb3f2f (patch) | |
tree | 800306ca32651264d1d65f52b7035c341119f2ce | |
parent | 31407a3b9e138266bcc1ddb5cffd91bee4f1092c (diff) |
Fix old typo.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10936 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | conf/inspircd.conf.example | 2 | ||||
-rw-r--r-- | conf/test/test.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index cdd247b21..33083d541 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -447,7 +447,7 @@ softlimit="12800" # quietbursts: When syncing or splitting from a network, a server - # can generate a lof ot connect and quit messages to opers with + # can generate a lot of connect and quit messages to opers with # +C and +Q snomasks. Setting this to yes squelches those messages, # which makes it easier for opers, but degrades the functionality of # bots like BOPM during netsplits. diff --git a/conf/test/test.conf b/conf/test/test.conf index f7c5753f6..a2144360b 100644 --- a/conf/test/test.conf +++ b/conf/test/test.conf @@ -691,7 +691,7 @@ softlimit="12800" # quietbursts: When syncing or splitting from a network, a server - # can generate a lof ot connect and quit messages to opers with + # can generate a lot of connect and quit messages to opers with # +C and +Q snomasks. Setting this to yes squelches those messages, # which makes it easier for opers, but degrades the functionality of # bots like BOPM during netsplits. |