From 8e0a1ad5e4c1fa3698cc581fedcaf339a3387a35 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Tue, 30 Apr 2024 10:15:24 +0100 Subject: ash: fix typo --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ash.c b/shell/ash.c index 3435c5f76..fd09e7662 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -195,7 +195,7 @@ //config: conceal the console normally associated with a command line //config: application. This may be useful when running a shell script //config: from a GUI application. Also the 'noiconify' option, which -//config: controls whether the console is iconfified or hidden. +//config: controls whether the console is iconified or hidden. //config: //config:config ASH_GLOB_OPTIONS //config: bool "Globbing options" -- cgit v1.2.3-55-g6feb