Cosmetic changes
authorMikael Berthe <mikael@lilotux.net>
Wed, 21 Oct 2009 13:33:15 +0200
changeset 1628 a8a3d404ccce
parent 1627 ff22a18abfe6
child 1629 b12d74662f96
Cosmetic changes
mcabber/mcabberrc.example
mcabber/src/main.c
--- 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
--- 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.");