aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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