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 | 5b7f61f6cbe06e42f9c08674d2ad9e0c45d862a6 (patch) | |
tree | 73617fb56793ce0a57246a84111c6d93626be45e | |
parent | ddb503576fa4e20e454fa07c351c10e62fbb997c (diff) | |
download | prosody-5b7f61f6cbe06e42f9c08674d2ad9e0c45d862a6.tar.gz prosody-5b7f61f6cbe06e42f9c08674d2ad9e0c45d862a6.zip |
prosody: Fix typo
-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 |