Skip to content

Commit

Permalink
Merge pull request #202 from dbechrd/patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
gafferongames authored Sep 1, 2024
2 parents 3bb944a + 2022d5b commit 0251592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/yojimbo_base_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace yojimbo
@param allocator The allocator for all memory used by the client.
@param config The base client/server configuration.
@param time The current time in seconds. See ClientInterface::AdvanceTime
@param allocator The adapter to the game program. Specifies allocators, message factory to use etc.
@param adapter The adapter to the game program. Specifies allocators, message factory to use etc.
*/

explicit BaseClient( class Allocator & allocator, const ClientServerConfig & config, class Adapter & adapter, double time );
Expand Down
2 changes: 1 addition & 1 deletion include/yojimbo_client_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ namespace yojimbo

/**
Is the client connected to a server?
This is true once a client successfully finishes connection negotiatio, and connects to a server. It is false while connecting to a server.
This is true once a client successfully finishes connection negotiation, and connects to a server. It is false while connecting to a server.
@returns true if the client is connected to a server.
*/

Expand Down

0 comments on commit 0251592

Please sign in to comment.