Skip to content

Commit

Permalink
fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldoglas committed Sep 17, 2023
1 parent d7589c6 commit d613c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlitecluster/SQLiteClusterMessenger.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SQLiteClusterMessenger {
SQLiteClusterMessenger(const shared_ptr<const SQLiteNode> node);

// Attempts to make a TCP connection to a peer, that could be the leader or not, and run the given command there,
// setting the appropriate response from the pear in the command, and marking it as complete if possible.
// setting the appropriate response from the peer in the command, and marking it as complete if possible.
// Returns command->complete at the end of the function, this is true if the command was successfully completed on
// the peer, or if a fatal error occurred. This will be false if the command can be re-tried later (for instance, if
// no connection to leader could be made).
Expand Down

0 comments on commit d613c06

Please sign in to comment.