diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-22 09:12:07 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-22 09:12:07 +0000 |
commit | fb997c5057b4808b6bf81d99c06aa5106fb4679a (patch) | |
tree | a14e6dd467306110fe202b51a782af81990417c3 | |
parent | 6de7cb6eed356578056d67c7f4862eaccb05e04c (diff) |
Fixed typo in example.conf. Thanks Fudge.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2577 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 757ac6403..b0f463dd5 100644 --- a/data/example.conf +++ b/data/example.conf @@ -772,7 +772,7 @@ nickserv #preregexpire = 1d /* - * The maximum number of nicks allowed in a group. This directve is optional, but + * The maximum number of nicks allowed in a group. This directive is optional, but * recommended. If not set or set to 0, no limits will be applied. */ maxaliases = 16 |