Skip to content

Commit

Permalink
Update config.ng.functions.sh
Browse files Browse the repository at this point in the history
corrected spelling
  • Loading branch information
mordiaky authored Jul 7, 2024
1 parent 4a5b40c commit baee3e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/armbian-configng/config.ng.functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ module_options+=(
["set_runtime_variables,author"]="Igor Pecovnik"
["set_runtime_variables,ref_link"]=""
["set_runtime_variables,feature"]="set_runtime_variables"
["set_runtime_variables,desc"]="Run time varibales Migrated procedures from Armbian config."
["set_runtime_variables,desc"]="Run time variables Migrated procedures from Armbian config."
["set_runtime_variables,example"]="set_runtime_variables"
["set_runtime_variables,status"]="Active"
)
Expand Down Expand Up @@ -275,7 +275,7 @@ module_options+=(
["set_colors,author"]="Joey Turner"
["set_colors,ref_link"]=""
["set_colors,feature"]="set_colors"
["set_colors,desc"]="Change the background color of the terminal or dialoge box"
["set_colors,desc"]="Change the background color of the terminal or dialog box"
["set_colors,example"]="set_colors 0-7"
["set_colors,doc_link"]=""
["set_colors,status"]="Active"
Expand Down Expand Up @@ -508,7 +508,7 @@ module_options+=(
["show_infobox,author"]="Joey Turner"
["show_infobox,ref_link"]=""
["show_infobox,feature"]="show_infobox"
["show_infobox,desc"]="pipe line strings to a infobox "
["show_infobox,desc"]="pipeline strings to a infobox "
["show_infobox,example"]="show_infobox <<< 'hello world' ; "
["show_infobox,doc_link"]=""
["show_infobox,status"]="Active"
Expand Down Expand Up @@ -584,7 +584,7 @@ module_options+=(
["get_user_continue,author"]="Joey Turner"
["get_user_continue,ref_link"]=""
["get_user_continue,feature"]="get_user_continue"
["get_user_continue,desc"]="Display a Yes/No dialog box and prosees continue/exit"
["get_user_continue,desc"]="Display a Yes/No dialog box and process continue/exit"
["get_user_continue,example"]="get_user_continue 'Do you wish to continue?' process_input"
["get_user_continue,doc_link"]=""
["get_user_continue,status"]="Active"
Expand Down Expand Up @@ -824,4 +824,4 @@ sanitize_input() {





0 comments on commit baee3e7

Please sign in to comment.