mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 14:08:59 +02:00
Fix more typos
This commit is contained in:
parent
cff668e1c4
commit
8f8a15827f
36 changed files with 86 additions and 86 deletions
|
|
@ -254,7 +254,7 @@ public:
|
|||
* @param callback The function to call
|
||||
* @return A handle used for removing the function from the registered list
|
||||
*/
|
||||
CallbackHandle<ChatEntry> BindOnChatMessageRecieved(
|
||||
CallbackHandle<ChatEntry> BindOnChatMessageReceived(
|
||||
std::function<void(const ChatEntry&)> callback);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue