[Buildroot] [git commit branch/2018.11.x] package/proftpd: fix typoes in Config.in help texts

Peter Korsgaard peter at korsgaard.com
Sun Dec 16 19:47:31 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=f8763f5b577388222af6b15d8da04f91fd3c6ee8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.11.x

mode_ -> mod_

Reported-by: Jared Bents <jared.bents at rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit 68a416f9a2b55a57638af0263eaa1faec0cb15ce)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/proftpd/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/proftpd/Config.in b/package/proftpd/Config.in
index b615a5ff4c..434dbb8bbf 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


More information about the buildroot mailing list