diff options
Diffstat (limited to 'kbackgammon/kbgstatus.h')
-rw-r--r-- | kbackgammon/kbgstatus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbackgammon/kbgstatus.h b/kbackgammon/kbgstatus.h index 05348157..255dc049 100644 --- a/kbackgammon/kbgstatus.h +++ b/kbackgammon/kbgstatus.h @@ -232,7 +232,7 @@ class KBgtqStatus : public TQObject /* * Set the n-th dice of player w to v. Nothing is done if w is * invalid or if n is out of bounds. If v is invalid, the - * value zero is assigned (i.e., the dice is tqinvalidated). + * value zero is assigned (i.e., the dice is invalidated). */ void setDice(const int &w, const int &n, const int &v); |