aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-01-02 03:06:51 +0100
committerKim Alvefur <zash@zash.se>2017-01-02 03:06:51 +0100
commitb4d3ccdb3c7e3d01db5c5b58f1c2fe7d444ea548 (patch)
tree86cb32a5b72a214dbd7cf37ee7ae89b5c03de5be /prosody
parentcf321839ed4c3b7e10969081d3a749a5e04e509b (diff)
parent68b56946d1ae6acb23cb935fe1071f2d98f04875 (diff)
downloadprosody-b4d3ccdb3c7e3d01db5c5b58f1c2fe7d444ea548.tar.gz
prosody-b4d3ccdb3c7e3d01db5c5b58f1c2fe7d444ea548.zip
Merge 0.10->trunk
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index fb20bc49..f8e0a4d2 100755
--- a/prosody
+++ b/prosody
@@ -95,7 +95,7 @@ function read_config()
print("\n");
print("**************************");
if level == "parser" then
- print("A problem occured while reading the config file "..(CFG_CONFIGDIR or ".").."/prosody.cfg.lua"..":");
+ print("A problem occurred while reading the config file "..(CFG_CONFIGDIR or ".").."/prosody.cfg.lua"..":");
print("");
local err_line, err_message = tostring(err):match("%[string .-%]:(%d*): (.*)");
if err:match("chunk has too many syntax levels$") then