diff options
-rw-r--r-- | data/example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/example.conf b/data/example.conf index 6ed38c344..5841d6691 100644 --- a/data/example.conf +++ b/data/example.conf @@ -585,11 +585,11 @@ log * servers - Server actions, linking, squitting, etc. * channels - Actions in channels such as joins, parts, kicks, etc. * users - User actions such as connecting, disconnecting, changing name, etc. - * normal - Miscelanious messages. + * normal - Miscellaneous messages. * rawio - Logs raw input and output from services * debug - Debug messages (log files can become VERY large from this). * - * These options determin what messages from the categories should be logged. Wildcards are accepted, and + * These options determine what messages from the categories should be logged. Wildcards are accepted, and * you can also negate values with a ~. For example, "operserv/* ~operserv/akill" would log all operserv * messages except for operserv/akill. * |