Skip to content

Commit

Permalink
misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
korotkov-aerospike committed Nov 5, 2024
1 parent 0af5011 commit 406d9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/client_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (cm *ClientManagerImpl) GetClient(cluster *model.AerospikeCluster) (*backup
}

// getExistingClient tries to get an existing client from the cache.
// Returns nil if client doesn't exist, error is client is not connected.
// Returns nil if client doesn't exist, error if client is not connected.
func (cm *ClientManagerImpl) getExistingClient(cluster *model.AerospikeCluster) (*backup.Client, error) {
cm.mu.RLock()
defer cm.mu.RUnlock()
Expand Down

0 comments on commit 406d9a9

Please sign in to comment.