Mercurial > prosody-hg
diff util/startup.lua @ 8728:41c959c5c84b
Fix spelling throughout the codebase [codespell]
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 04 Feb 2018 01:51:25 +0100 |
| parents | b773b15fee71 |
| children | 6a234e77c99f |
line wrap: on
line diff
--- 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
