summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2012-08-20 16:47:24 +0200
committerattilamolnar <attilamolnar@hush.com>2012-08-20 16:47:24 +0200
commitd43db424fef044cb3c77274046d203fae7224bf4 (patch)
treed9c3cbbe12e4d2ba5f9bb6ef38e92a9a8a9780fe /docs
parent36171f5309611d58433337a1d4b3390cb270a01e (diff)
Change "allowmismatched" to "allowmismatch" in example config
Fixes issue #279 reported by @lethality
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/inspircd.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example
index f483e6692..7616786c3 100644
--- a/docs/conf/inspircd.conf.example
+++ b/docs/conf/inspircd.conf.example
@@ -570,10 +570,10 @@
# in channel will be sent a NOTICE about it.
announcets="yes"
- # allowmismatched: Setting this option to yes will allow servers to link even
+ # allowmismatch: Setting this option to yes will allow servers to link even
# if they don't have the same VF_OPTCOMMON modules loaded. Setting this to
# yes may introduce some desyncs and weirdness.
- allowmismatched="no"
+ allowmismatch="no"
# defaultbind: Sets the default for <bind> tags without an address. Choices are
# ipv4 or ipv6; if not specified, IPv6 will be used if your system has support,