# HG changeset patch # User Mikael Berthe # Date 1256124795 -7200 # Node ID a8a3d404ccce8f5108a735cb55dcddbdf37dfe57 # Parent ff22a18abfe602d9263ede09f9c23ad97786c977 Cosmetic changes diff -r ff22a18abfe6 -r a8a3d404ccce mcabber/mcabberrc.example --- a/mcabber/mcabberrc.example Wed Oct 21 00:17:45 2009 +0300 +++ b/mcabber/mcabberrc.example Wed Oct 21 13:33:15 2009 +0200 @@ -178,8 +178,8 @@ #set iq_hide_requests = 1 # Modules -# If you compiled mcabber with modules support, you can specify here path -# to directory, where your modules reside. +# If mcabber is built with modules support, you can specify the path +# to the directory where your modules reside. #set modules_dir = /usr/lib/mcabber/ # Beep diff -r ff22a18abfe6 -r a8a3d404ccce mcabber/src/main.c --- a/mcabber/src/main.c Wed Oct 21 00:17:45 2009 +0300 +++ b/mcabber/src/main.c Wed Oct 21 13:33:15 2009 +0200 @@ -170,7 +170,7 @@ puts("Compiled with GPG support."); #endif #ifdef MODULES_ENABLE - puts ("Compiled with modules support"); + puts ("Compiled with modules support."); #endif #ifdef HAVE_LIBOTR puts("Compiled with OTR support.");