aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrideout <rideout@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2002-02-12 14:07:13 +0000
committerrideout <rideout@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2002-02-12 14:07:13 +0000
commit779dda778a0e58d61659f15b4cfd1edcced6e4d1 (patch)
tree361d66e1ab3fc0cd082c21bd04083d16806408c0 /param.ccl
parent072c8fb01035edcf77c3f84ad2bdd0bc33363459 (diff)
Fixing typos.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@98 94b1c47f-dcfd-45ef-a468-0854c0e9e350
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/param.ccl b/param.ccl
index 5fb2029..0805d5b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,17 +12,17 @@ private:
##########################
STRING outdir1D "Name of 1D ASCII output directory, overrides outdir"
{
- .* :: "A regex which matces everything"
+ .* :: "A regex which matches everything"
} "."
STRING outdir2D "Name of 2D ASCII output directory, overrides outdir"
{
- .* :: "A regex which matces everything"
+ .* :: "A regex which matches everything"
} "."
STRING outdir3D "Name of 3D ASCII output directory, overrides outdir"
{
- .* :: "A regex which matces everything"
+ .* :: "A regex which matches everything"
} "."
@@ -31,7 +31,7 @@ STRING outdir3D "Name of 3D ASCII output directory, overrides outdir"
##########################
STRING out1D_vars "Variables to output in 1D ASCII file format" STEERABLE = ALWAYS
{
- .* :: "A regex which matces everything"
+ .* :: "A regex which matches everything"
} ""
STRING out2D_vars "Variables to output in 2D ASCII file format" STEERABLE = ALWAYS