summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-01-28 00:39:54 +0000
committerFedja Beader <fedja@protonmail.ch>2025-01-28 00:39:54 +0000
commite36fb83e75df66f9df03a4d3122eb777e75a9ae2 (patch)
tree29f0a786cc8c08cf73a173c8ac24019cb1d59dcc /src/being/localplayer.h
parent7f5905e5c5a4a04d161f4e8ad442e3112c9080f4 (diff)
downloadmanaplus-e36fb83e75df66f9df03a4d3122eb777e75a9ae2.tar.gz
manaplus-e36fb83e75df66f9df03a4d3122eb777e75a9ae2.tar.bz2
manaplus-e36fb83e75df66f9df03a4d3122eb777e75a9ae2.tar.xz
manaplus-e36fb83e75df66f9df03a4d3122eb777e75a9ae2.zip
Fix typo chec -> check
**** mana/plus!113
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h
index 05724a14a..cd8743a43 100644
--- a/src/being/localplayer.h
+++ b/src/being/localplayer.h
@@ -390,8 +390,8 @@ class LocalPlayer final : public Being,
void addSpMessage(const int change);
- static bool checAttackPermissions(const Being *const target)
- A_WARN_UNUSED;
+ static bool checkAttackPermissions(const Being *const target)
+ A_WARN_UNUSED;
void updateStatus() const;