diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-16 14:17:11 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-16 14:17:11 +0000 |
commit | f7f794c5c665e2bbd40153076a3e0e4d1e45323d (patch) | |
tree | 180403e865fc4f69fdaf442a475e4d5edb3ab715 /util/prosodyctl | |
parent | 573e9f27169c5791c81d0548149afca880395bda (diff) | |
download | prosody-f7f794c5c665e2bbd40153076a3e0e4d1e45323d.tar.gz prosody-f7f794c5c665e2bbd40153076a3e0e4d1e45323d.zip |
util.prosodyctl.check: Fix typo in informational message
Diffstat (limited to 'util/prosodyctl')
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 1ea8d56d..c6b8a14b 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -1524,7 +1524,7 @@ local function check(arg) end end print(""); - print("", "", "If you have already configured any these components, they may not be"); + print("", "", "If you have already configured any of these components, they may not be"); print("", "", "linked correctly to "..host..". For more info see https://prosody.im/doc/components"); end if feature.lacking_component_modules then |