# HG changeset patch # User Kim Alvefur # Date 1483318299 -3600 # Node ID 1aea8978d7ef92cd6ff9cfaa207ccdf9dab1adb7 # Parent 4f1b5596250b234a54607f7a682faeb0fae38da1 prosody: Fix typo diff -r 4f1b5596250b -r 1aea8978d7ef prosody --- 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