From 2aac8b05ef7e539c9745edc1f64564ada87ca02d Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 28 Aug 2010 00:16:12 -0400 Subject: [PATCH] Fixed two typos in example.conf --- data/example.conf | 4 ++-- 1 file 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. *