aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2011-07-04 03:53:37 +0000
committereschnett <eschnett@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2011-07-04 03:53:37 +0000
commitea1ca471ae4b1b430ee85eb765a3c5dc77b8de9a (patch)
tree7e416ccaa31e8e433225bc067f670973e3ebcabf
parente81715d81ad1b90031c7908da5025309c599281b (diff)
Correct typo in parameter description
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@282 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-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"