aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-01-02 01:51:39 +0100
committerKim Alvefur <zash@zash.se>2017-01-02 01:51:39 +0100
commit5b7f61f6cbe06e42f9c08674d2ad9e0c45d862a6 (patch)
tree73617fb56793ce0a57246a84111c6d93626be45e
parentddb503576fa4e20e454fa07c351c10e62fbb997c (diff)
downloadprosody-5b7f61f6cbe06e42f9c08674d2ad9e0c45d862a6.tar.gz
prosody-5b7f61f6cbe06e42f9c08674d2ad9e0c45d862a6.zip
prosody: Fix typo
-rwxr-xr-xprosody2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody b/prosody
index 32aeba07..209991e0 100755
--- a/prosody
+++ b/prosody
@@ -95,7 +95,7 @@ function read_config()
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