diff options
| author | Adam <Adam@anope.org> | 2012-03-13 21:07:10 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-03-13 21:07:10 -0400 |
| commit | 88fd1da803fd144f9eae4213eb4903d7c1ade9ad (patch) | |
| tree | 10a69ac50e05bd7eed163558223a01de93aff194 /data | |
| parent | a06934777cf103dded8e12dc5c6fc52d517d498a (diff) | |
Fixed typos
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 2 | ||||
| -rw-r--r-- | data/nickserv.example.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index 0ed88ae13..e0b649316 100644 --- a/data/example.conf +++ b/data/example.conf @@ -288,7 +288,7 @@ options * * NOTE: If you don't uncomment this or keep the default values, any talented * programmer would be able to easily "guess" random strings used to mask - * information. Be safe, and come up with a 7-digit numbers. + * information. Be safe, and come up with a 7-digit number. * * This directive is optional, but highly recommended. */ diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 8e84db4e8..79edce175 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -92,7 +92,7 @@ nickserv * * This directive is optional. */ - #unregistered_notice = "Your nickname is not registered. To register it use /nickserv regsiter password email." + #unregistered_notice = "Your nickname is not registered. To register it use /nickserv register password email." /* * The default options for newly registered nicks. Note that changing these options |
