Skip to content

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ec- committed Jun 19, 2024
1 parent 8567b04 commit ee60b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/qcommon/net_chan.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ qboolean Netchan_Process( netchan_t *chan, msg_t *msg ) {


//
// if this is the final framgent of a reliable message,
// if this is the final fragment of a reliable message,
// bump incoming_reliable_sequence
//
if ( fragmented ) {
Expand Down
2 changes: 1 addition & 1 deletion code/server/sv_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ void SV_ExecuteClientMessage( client_t *cl, msg_t *msg ) {
return;
}
} else if ( !cl->gamestateAcked ) {
// eary check for gamestate acknowledge
// early check for gamestate acknowledge
if ( serverId == sv.serverId && cl->messageAcknowledge == cl->gamestateMessageNum ) {
cl->gamestateAcked = qtrue;
// this client has acknowledged the new gamestate so it's
Expand Down

0 comments on commit ee60b5d

Please sign in to comment.