aboutsummaryrefslogtreecommitdiffstats
path: root/prosody
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-01-02 01:51:39 +0100
committerKim Alvefur <zash@zash.se>2017-01-02 01:51:39 +0100
commit49fbb1c49373db270217e464048502c262bf614b (patch)
tree73617fb56793ce0a57246a84111c6d93626be45e /prosody
parent6d2a83e0775e3c1a18fd7997c92b077f712e2a32 (diff)
downloadprosody-49fbb1c49373db270217e464048502c262bf614b.tar.gz
prosody-49fbb1c49373db270217e464048502c262bf614b.zip
prosody: Fix typo
Diffstat (limited to 'prosody')
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 32aeba07..209991e0 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