Fix typos

This commit is contained in:
Andrea Gelmini
2020-04-09 17:33:47 +02:00
parent 87831ecc82
commit 2482041723
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ const lobbyPeers = (state = {}, action) =>
if (!oldLobbyPeer)
{
// Tried to update non-existant lobbyPeer. Has probably been promoted, or left.
// Tried to update non-existent lobbyPeer. Has probably been promoted, or left.
return state;
}