From: Thomas Petazzoni Date: Sun, 9 Dec 2018 16:32:59 +0000 (+0100) Subject: package/proftpd: fix typoes in Config.in help texts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68a416f9a2b55a57638af0263eaa1faec0cb15ce;p=buildroot.git package/proftpd: fix typoes in Config.in help texts mode_ -> mod_ Reported-by: Jared Bents Signed-off-by: Thomas Petazzoni --- diff --git a/package/proftpd/Config.in b/package/proftpd/Config.in index 478a7e80e1..3af0092339 100644 --- a/package/proftpd/Config.in +++ b/package/proftpd/Config.in @@ -29,12 +29,12 @@ config BR2_PACKAGE_PROFTPD_MOD_SFTP config BR2_PACKAGE_PROFTPD_MOD_SQL bool "mod_sql support" help - Compile ProFTPD with mode_sql support. + Compile ProFTPD with mod_sql support. config BR2_PACKAGE_PROFTPD_MOD_QUOTATAB bool "mod_quotatab support" help - Compile ProFTPD with mode_quotatab support. This module + Compile ProFTPD with mod_quotatab support. This module is required in order to support quota tables: 1. mod_quotatab_file 2. mod_quotatab_ldap