diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-09-13 01:29:12 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-09-13 01:29:12 +0100 |
commit | 1793d151fb7b1b74f72f610446b6a5d58356703b (patch) | |
tree | 7cceb8b8664f3ec7bd49c578e82b227c0f4606f7 | |
parent | 36e12ad74af32b2c297ae96349bcf9b4fd9ed1d9 (diff) | |
download | prosody-1793d151fb7b1b74f72f610446b6a5d58356703b.tar.gz prosody-1793d151fb7b1b74f72f610446b6a5d58356703b.zip |
prosody.cfg.lua.dist: Small wording fix in comment (thanks darkrain)
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 889e19b2..6cd92840 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -67,7 +67,7 @@ modules_enabled = { }; -- These modules are auto-loaded, should you --- for (for some mad reason) want to disable +-- (for some mad reason) want to disable -- them then uncomment them below modules_disabled = { -- "presence"; |