aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2003-04-10 11:28:47 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2003-04-10 11:28:47 +0000
commit5660ddb4bbeae40516c6c377fafca934718dd6a2 (patch)
tree55a21643d3af69552e00bc62d336486400c42ed4
parent815aa718a3b79d7d30fa601fdff72edfaca49e50 (diff)
Fixed typo in parameter description of IOHDF5::out_dir.
This closes PR CactusPUGHIO/1470. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@165 4825ed28-b72c-4eae-9704-e50c059e567d
-rw-r--r--param.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index f800528..a2653c1 100644
--- a/param.ccl
+++ b/param.ccl
@@ -19,7 +19,7 @@ INT out_every "How often to do IOHDF5 output, overrides IO::out_every" STEERABLE
####################
# Output directories
####################
-STRING out_dir "Output directory for IOHDF5 files, overrides IO::outdir" STEERABLE = RECOVER
+STRING out_dir "Output directory for IOHDF5 files, overrides IO::out_dir" STEERABLE = RECOVER
{
".+" :: "A valid directory name"
"^$" :: "An empty string to choose the default from IO::out_dir"