diff options
-rw-r--r-- | data/example.conf | 7 | ||||
-rw-r--r-- | data/modules.example.conf | 4 | ||||
-rw-r--r-- | data/operserv.example.conf | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/data/example.conf b/data/example.conf index 4d468ebcf..71f9ef20c 100644 --- a/data/example.conf +++ b/data/example.conf @@ -88,7 +88,7 @@ * value = "ChannelServ" * } * - * To replace every occurance of ChanServ with ChannelServ in the configuration file, + * To replace every occurrence of ChanServ with ChannelServ in the configuration file, * and in every included configuration file (such as chanserv.example.conf). */ @@ -221,7 +221,7 @@ serverinfo /* * The local address that Services will bind to before connecting to the remote - * server. This may be useful for multihomed hosts. If ommited, Services will let + * server. This may be useful for multihomed hosts. If omitted, Services will let * the Operating System choose the local address. This directive is optional. * * If you don't know what this means or don't need to use it, just leave this @@ -259,7 +259,6 @@ serverinfo * - bahamut * - charybdis * - hybrid - * - inspircd11 * - inspircd12 * - inspircd20 * - ngircd @@ -1170,7 +1169,7 @@ module * of thousands of objects, that have a noticeable delay from * writing databases. * - * If your database is large enough cause a noticible delay when + * If your database is large enough cause a noticeable delay when * saving you should consider a more powerful alternative such * as db_sql or db_redis, which incrementally update their * databases asynchronously in real time. diff --git a/data/modules.example.conf b/data/modules.example.conf index d906cb8bd..e6aa44ab5 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -118,7 +118,7 @@ module { name = "help" } */ reason = "You are listed in the efnet RBL, visit http://rbl.efnetrbl.org/?i=%i for info" - /* Replies to ban and their reason. If this is totally ommited all replies get banned. */ + /* Replies to ban and their reason. If this is totally omitted all replies get banned. */ 1 = "Open Proxy" /* Don't ban for result 2 or 3 */ #2 = "spamtrap666" @@ -349,7 +349,7 @@ module { name = "help" } /* * The target IP services tells the proxy to connect back to. This must be a publicly - * avaiable IP that remote proxies can connect to. + * available IP that remote proxies can connect to. */ #target_ip = "127.0.0.1" diff --git a/data/operserv.example.conf b/data/operserv.example.conf index fab52fe2e..ad220bcf5 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -246,7 +246,7 @@ command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill" * * This directive is required only when globalondefconmore is set. */ - #message = "Put your message to send your users here. Dont forget to uncomment globalondefconmore" + #message = "Put your message to send your users here. Don't forget to uncomment globalondefconmore" /* * Defines the message that will be sent when DefCon is returned to level 5. This directive is optional, |