Bad english corrections.

This commit is contained in:
John Livingston
2024-07-10 11:55:54 +02:00
parent d5c0c474b3
commit 2f98dfa538
47 changed files with 53 additions and 53 deletions

View File

@ -85,7 +85,7 @@ async function getProsodyFilePaths (options: RegisterServerOptions): Promise<Pro
if (!(await fs.promises.stat(settings['prosody-certificates-dir'] as string)).isDirectory()) {
// We can throw an exception here...
// Because if the user input a wrong directory, the plugin will not register,
// and he will never be able to fix the conf
// and they will never be able to fix the conf.
logger.error('Certificate directory does not exist or is not a directory')
certsDir = undefined
} else {