prosody: Fix typo
authorKim Alvefur <zash@zash.se>
Mon, 02 Jan 2017 01:51:39 +0100
changeset 7804 1aea8978d7ef
parent 7796 4f1b5596250b
child 7805 802dc0691177
prosody: Fix typo
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