util/startup.lua
changeset 8731 41c959c5c84b
parent 8724 b773b15fee71
child 8736 6a234e77c99f
--- a/util/startup.lua	Thu Apr 05 19:37:32 2018 +0200
+++ b/util/startup.lua	Sun Feb 04 01:51:25 2018 +0100
@@ -43,7 +43,7 @@
 		print("\n");
 		print("**************************");
 		if level == "parser" then
-			print("A problem occured while reading the config file "..filename);
+			print("A problem occurred while reading the config file "..filename);
 			print("");
 			local err_line, err_message = tostring(err):match("%[string .-%]:(%d*): (.*)");
 			if err:match("chunk has too many syntax levels$") then