summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 880263af..fa28a61b 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -188,7 +188,7 @@ Being::logic()
showSpeech = false;
}
- // Determine whether damange should still be displayed
+ // Determine whether damage should still be displayed
if (get_elapsed_time(damage_time) > 3000)
{
showDamage = false;