Skip to content

Commit e466c32

Browse files
wangxu0sazzad16
authored andcommitted
Few typo fixes (#1848)
1 parent abd3810 commit e466c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/redis/clients/jedis/ShardedJedisPipeline.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public List<Object> getResults() {
3535
}
3636

3737
/**
38-
* Syncronize pipeline by reading all responses. This operation closes the pipeline. In order to
38+
* Synchronize pipeline by reading all responses. This operation closes the pipeline. In order to
3939
* get return values from pipelined commands, capture the different Response&lt;?&gt; of the
4040
* commands you execute.
4141
*/
@@ -46,7 +46,7 @@ public void sync() {
4646
}
4747

4848
/**
49-
* Syncronize pipeline by reading all responses. This operation closes the pipeline. Whenever
49+
* Synchronize pipeline by reading all responses. This operation closes the pipeline. Whenever
5050
* possible try to avoid using this version and use ShardedJedisPipeline.sync() as it won't go
5151
* through all the responses and generate the right response type (usually it is a waste of time).
5252
* @return A list of all the responses in the order you executed them.

0 commit comments

Comments
 (0)