mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.prosodyctl.check: Fix typo in informational message
This commit is contained in:
parent
573e9f2716
commit
f7f794c5c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue