From 9f4b497499f068edad52842ea6ab6d4bacdba352 Mon Sep 17 00:00:00 2001 From: pgen Date: Thu, 30 Nov 2023 23:43:10 +0100 Subject: Typo --- examples/simple_menu/simple_menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/simple_menu/simple_menu.sh b/examples/simple_menu/simple_menu.sh index 64c7a14..29d7740 100644 --- a/examples/simple_menu/simple_menu.sh +++ b/examples/simple_menu/simple_menu.sh @@ -212,9 +212,9 @@ while true; do # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' [[ $SEL == @EXIT@* ]] && exit 0 - # Lauch the user action which has the responsibility to act according + # Launch the user action which has the responsibility to act according # to the tag passed as argument. - # ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' + # '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' $USER_PROGRAM $SEL # And re-generate the current menu -- cgit v1.2.3