Skip to content

Commit

Permalink
Correct spelling mistake in config.com
Browse files Browse the repository at this point in the history
- Change "decalre" to "declare"

Refs NOAA-EMC#2475
  • Loading branch information
KateFriedman-NOAA committed Aug 6, 2024
1 parent a0b9af0 commit bb54087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.com
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "BEGIN: config.com"
# declare_from_tmpl [-rx] $var1[:$tmpl1] [$var2[:$tmpl2]] [...]]
#
# options:
# -r: Make variable read-only (same as `decalre -r`)
# -r: Make variable read-only (same as `declare -r`)
# -x: Mark variable for declare -rx (same as `declare -x`)
# var1, var2, etc: Variable names whose values will be generated from a template
# and declared
Expand Down

0 comments on commit bb54087

Please sign in to comment.