diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h index d8ce29027..320faa5e2 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -192,7 +192,7 @@ class Being notfinal : public ActorSprite, * Puts a damage bubble above this being. * * @param attacker the attacking being - * @param amount the amount of damage recieved (0 means miss) + * @param amount the amount of damage received (0 means miss) * @param type the attack type * @param attackId the attack id * @param level the skill level |