prosody
changeset 7806 4d182b9a8109
parent 7738 1502ec4f3cbe
parent 7804 1aea8978d7ef
child 7881 2fdb7b3648d8
--- a/prosody	Sun Jan 01 19:42:12 2017 +0100
+++ b/prosody	Mon Jan 02 03:06:51 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