summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/misc_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc_cmd.cpp b/src/misc_cmd.cpp
index 9c01eef5d..df76e1535 100644
--- a/src/misc_cmd.cpp
+++ b/src/misc_cmd.cpp
@@ -194,7 +194,7 @@ CommandCost CmdPause(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2,
* Change the financial flow of your company.
* @param tile unused
* @param flags operation to perform
- * @param p1 the amount of money to receive (if negative), or spend (if positive)
+ * @param p1 the amount of money to receive (if positive), or spend (if negative)
* @param p2 unused
* @param text unused
* @return the cost of this operation or an error