Mercurial > prosody-hg
diff util/prosodyctl/check.lua @ 13722:8bf5d07e3796 13.0
util.prosodyctl.check: Fix typo in informational message
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sun, 16 Feb 2025 14:17:11 +0000 |
| parents | 4f173a44370b |
| children | d7bf48d31374 |
line wrap: on
line diff
--- a/util/prosodyctl/check.lua Sun Feb 16 13:32:59 2025 +0000 +++ b/util/prosodyctl/check.lua Sun Feb 16 14:17:11 2025 +0000 @@ -1524,7 +1524,7 @@ 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
