Mercurial > prosody-hg
diff prosody @ 7801:1aea8978d7ef
prosody: Fix typo
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 02 Jan 2017 01:51:39 +0100 |
| parents | 0656392b1685 |
| children | 4d182b9a8109 c028555866b3 |
line wrap: on
line diff
--- a/prosody Fri Dec 30 18:25:36 2016 +0100 +++ b/prosody Mon Jan 02 01:51:39 2017 +0100 @@ -95,7 +95,7 @@ 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
