Fix minor typos

This commit is contained in:
pbarry25
2023-08-21 19:55:22 -05:00
parent 513116e672
commit 0b018edfe5
7 changed files with 11 additions and 11 deletions

View File

@@ -297,7 +297,7 @@ impl BucketEntryInner {
// If we're updating an entry's node info, purge all
// but the last connection in our last connections list
// because the dial info could have changed and its safer to just reconnect.
// because the dial info could have changed and it's safer to just reconnect.
// The latest connection would have been the once we got the new node info
// over so that connection is still valid.
if node_info_changed {