summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-11-30 23:43:10 +0100
committerpgen <p.gen.progs@gmail.com>2023-11-30 23:43:10 +0100
commit9f4b497499f068edad52842ea6ab6d4bacdba352 (patch)
tree74a1cc2a43665f99e0a9551608d5c0c6ef6f7247
parentc18b9276910a07248a28f82c6d2874519d8ba923 (diff)
Typo
-rw-r--r--examples/simple_menu/simple_menu.sh4
1 files changed, 2 insertions, 2 deletions
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