diff options
-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 |