summaryrefslogtreecommitdiff
path: root/lib/sbin/parameter_parser.pl
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-05 21:33:58 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-05 21:33:58 +0000
commit720b547f12996891fa0597bd4598e02537a8fa1d (patch)
tree1ae147d433612a0476dfb3242e8ced98704c381e /lib/sbin/parameter_parser.pl
parent91299d5a8a1c06e8d5fe1cb4568ef42289ab06e6 (diff)
Fix typo.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3452 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/parameter_parser.pl')
-rw-r--r--lib/sbin/parameter_parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/parameter_parser.pl b/lib/sbin/parameter_parser.pl
index a9009a81..a3b74db9 100644
--- a/lib/sbin/parameter_parser.pl
+++ b/lib/sbin/parameter_parser.pl
@@ -719,7 +719,7 @@ sub CheckParameterDefault
# @author Tom Goodale
# @desc
# Checks that an accumulator parameter's expression is valid.
-# The expression should communte when applied twice
+# The expression should commute when applied twice
# I.e. if a is the original value of the parameter,
# b the first value to add
# c the second parameter to add