changeset 1628:a8a3d404ccce

Cosmetic changes
author Mikael Berthe <mikael@lilotux.net>
date Wed, 21 Oct 2009 13:33:15 +0200
parents ff22a18abfe6
children b12d74662f96
files mcabber/mcabberrc.example mcabber/src/main.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.");