Skip to content

Commit

Permalink
Fix typo in log message #970
Browse files Browse the repository at this point in the history
  • Loading branch information
twz123 authored and mp911de committed Jan 22, 2019
1 parent 5c639ec commit 48090c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public CompletableFuture<List<RedisNodeDescription>> getNodesAsync() {

if (nodeDescriptions.isEmpty()) {
return Mono.error(new RedisConnectionException(String.format(
"Failed to connect to at leas one node in %s", redisURIs)));
"Failed to connect to at least one node in %s", redisURIs)));
}

return Mono.just(nodeDescriptions);
Expand Down

0 comments on commit 48090c2

Please sign in to comment.