diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 80620e71..43cc546c 100644 --- a/src/being.h +++ b/src/being.h @@ -166,7 +166,7 @@ class Being : public ActorSprite, public EventListener, public gcn::DeathListene * Puts a damage bubble above this being. * * @param attacker the attacking being - * @param damage the amount of damage recieved (0 means miss) + * @param damage the amount of damage received (0 means miss) * @param type the attack type * @param attackId the attack id (used for monsters) */ |