summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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