diff options
author | Adam <Adam@anope.org> | 2010-08-28 00:16:12 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-08-28 00:16:12 -0400 |
commit | 2aac8b05ef7e539c9745edc1f64564ada87ca02d (patch) | |
tree | 88b20c85d485cdfa9155caeeb8f29f9a670fe2be | |
parent | 10d901084f8e395646adb63c9c54affb159bc634 (diff) |
Fixed two typos in example.conf
-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. * |