Software /
code /
prosody
Changeset
7801:1aea8978d7ef
prosody: Fix typo
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 02 Jan 2017 01:51:39 +0100 |
parents | 7793:4f1b5596250b |
children | 7802:802dc0691177 |
files | prosody |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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