From ee9716f900bc06ff89a6ac7ddd001b47fd795a74 Mon Sep 17 00:00:00 2001 From: Cuyler36 Date: Tue, 9 May 2023 23:16:56 -0400 Subject: [PATCH] Fix typo --- rel/m_land.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/m_land.c b/rel/m_land.c index 1cf1cb47..a15aafc2 100644 --- a/rel/m_land.c +++ b/rel/m_land.c @@ -234,7 +234,7 @@ extern int mLd_PlayerManKindCheckNo(u8 player_no) { /** * @brief Checks if the current player is a foreigner. - * @return TRYE if the current player is a foreigner, FALSE otherwise. + * @return TRUE if the current player is a foreigner, FALSE otherwise. */ extern int mLd_PlayerManKindCheck() { return mLd_PlayerManKindCheckNo(Common_Get(player_no));