fixed miss spelling of 'recieved' to 'received' in ServerStats and in log messages.

This commit is contained in:
Arthur Ice
2013-02-21 00:07:49 -08:00
parent e0b38cf3cc
commit 998cfb6528
5 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ struct SessionStats {
/*014*/ uint32 high_delta;
/*018*/ uint32 last_remote_delta;
/*022*/ uint64 packets_sent;
/*030*/ uint64 packets_recieved;
/*030*/ uint64 packets_received;
/*038*/
};