aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index e6b90fd..affe632 100644
--- a/param.ccl
+++ b/param.ccl
@@ -179,7 +179,7 @@ STRING filereader_ID_dir "Directory to look for input files" STEERABLE = RECOVER
{
".+" :: "A valid directory name"
} "."
-STRING filereader_ID_files "List of basenames of files to read in as initial data (e.g. obmit the filename extention here)" STEERABLE = RECOVER
+STRING filereader_ID_files "List of basenames of files to read in as initial data (e.g. omit the filename extention here)" STEERABLE = RECOVER
{
".+" :: "Space-separated list of initial data filenames (basenames, e.g. excluding the file name extention)"
"^$" :: "An empty string for not recovering initial data"