[Cleanup] Fix typo in QueryNameAvailablity (#4869)

This commit is contained in:
nytmyr
2025-04-28 16:49:03 -05:00
committed by GitHub
parent 1a539f6656
commit cd003ff0b7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ bool BotDatabase::LoadBotSpellCastingChances()
return true;
}
bool BotDatabase::QueryNameAvailablity(const std::string& bot_name, bool& available_flag)
bool BotDatabase::QueryNameAvailability(const std::string& bot_name, bool& available_flag)
{
if (
bot_name.empty() ||