diff options
author | Kim Alvefur <zash@zash.se> | 2017-01-02 01:51:39 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-01-02 01:51:39 +0100 |
commit | 49fbb1c49373db270217e464048502c262bf614b (patch) | |
tree | 73617fb56793ce0a57246a84111c6d93626be45e /prosody | |
parent | 6d2a83e0775e3c1a18fd7997c92b077f712e2a32 (diff) | |
download | prosody-49fbb1c49373db270217e464048502c262bf614b.tar.gz prosody-49fbb1c49373db270217e464048502c262bf614b.zip |
prosody: Fix typo
Diffstat (limited to 'prosody')
-rwxr-xr-x | prosody | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |