Fix some typos and comments

This commit is contained in:
puvvadar
2021-06-08 22:46:45 -07:00
parent 056e170eb6
commit da7870bb2a
2 changed files with 3 additions and 3 deletions
@@ -66,7 +66,7 @@ namespace Multiplayer
//! @param state The state of this connection
virtual void InitializeMultiplayer(MultiplayerAgentType state) = 0;
//! Adds a ClientDisconnectedEvent Handler which is invoked on the client when a disconnectio occurs
//! Adds a ClientDisconnectedEvent Handler which is invoked on the client when a disconnection occurs
//! @param handler The ClientDisconnectedEvent Handler to add
virtual void AddClientDisconnectedHandler(ClientDisconnectedEvent::Handler& handler) = 0;