From 2d075d9f01a2f6fcc55c7a7aa71bd38effd5aa75 Mon Sep 17 00:00:00 2001 From: 31n5ang <31n5ang@gmail.com> Date: Thu, 11 Sep 2025 00:30:25 +0900 Subject: [PATCH] Fix vsftpd(en) docs for chroot_local_user typo --- docs/guides/file_sharing/secure_ftp_server_vsftpd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/file_sharing/secure_ftp_server_vsftpd.md b/docs/guides/file_sharing/secure_ftp_server_vsftpd.md index 890b4c43ae..255a525c07 100644 --- a/docs/guides/file_sharing/secure_ftp_server_vsftpd.md +++ b/docs/guides/file_sharing/secure_ftp_server_vsftpd.md @@ -78,7 +78,7 @@ Ensure that "write_enable" is yes also: write_enable=YES ``` -Find the line to "chroot_local_users" and remove the remark. Add two lines after that shown here: +Find the line to "chroot_local_user" and remove the remark. Add two lines after that shown here: ```bash chroot_local_user=YES