Mainfile: Fixed some comments.

Mon, 23 Nov 2009 08:55:27 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Mon, 23 Nov 2009 08:55:27 +0500
changeset 2149
119323e35c32
parent 2143
13ac68e8760b
child 2150
5590c13552ab

Mainfile: Fixed some comments.

prosody file | annotate | diff | comparison | revisions
--- a/prosody	Sun Nov 22 21:47:54 2009 +0500
+++ b/prosody	Mon Nov 23 08:55:27 2009 +0500
@@ -14,7 +14,7 @@
 CFG_PLUGINDIR=os.getenv("PROSODY_PLUGINDIR");
 CFG_DATADIR=os.getenv("PROSODY_DATADIR");
 
--- -- -- -- -- -- -- ---- -- -- -- -- -- -- -- --
+-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
 
 if CFG_SOURCEDIR then
 	package.path = CFG_SOURCEDIR.."/?.lua;"..package.path;
@@ -82,13 +82,13 @@
 end
 
 function load_libraries()
-	--- Initialize logging
+	-- Initialize logging
 	require "core.loggingmanager"
 	
-	--- Check runtime dependencies
+	-- Check runtime dependencies
 	require "util.dependencies"
 	
-	--- Load socket framework
+	-- Load socket framework
 	server = require "net.server"
 end	
 

mercurial