[PATCH] commands: fix typo in CMD_AUTOMOUNT

Bastian Krause bst at pengutronix.de
Thu Mar 6 07:24:43 PST 2025


Signed-off-by: Bastian Krause <bst at pengutronix.de>
---
 commands/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/Kconfig b/commands/Kconfig
index e41625e294c..fe459fa862f 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -638,7 +638,7 @@ config CMD_AUTOMOUNT
 	select FS_AUTOMOUNT
 	prompt "automount"
 	help
-	  Automount allows o automatically execute a script when a certain
+	  Automount allows to automatically execute a script when a certain
 	  directory is accessed for the first time. The script should then make
 	  this directory available (discover USB devices, bring network interface
 	  up and finally mount the filesystem).
-- 
2.39.5




More information about the barebox mailing list