diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-01-28 00:39:54 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-01-28 00:39:54 +0000 |
commit | e36fb83e75df66f9df03a4d3122eb777e75a9ae2 (patch) | |
tree | 29f0a786cc8c08cf73a173c8ac24019cb1d59dcc /src/being/localplayer.h | |
parent | 7f5905e5c5a4a04d161f4e8ad442e3112c9080f4 (diff) | |
download | manaplus-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.h | 4 |
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; |