summaryrefslogtreecommitdiff
path: root/src/command_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command_type.h')
-rw-r--r--src/command_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_type.h b/src/command_type.h
index c990f1a2c..bfe1a00fd 100644
--- a/src/command_type.h
+++ b/src/command_type.h
@@ -64,7 +64,7 @@ public:
/**
* Multiplies the cost of the command by the given factor.
- * @param cost factor to multiply the costs with
+ * @param factor factor to multiply the costs with
* @return this class
*/
CommandCost MultiplyCost(int factor)