Skip to content

Commit fe81818

Browse files
authored
Fix typo in HystrixCommand.java
1 parent c1d4bb6 commit fe81818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-core/src/main/java/com/netflix/hystrix/HystrixCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public static Setter withGroupKey(HystrixCommandGroupKey groupKey) {
209209
* <p>
210210
* NOTE: Every unique {@link HystrixCommandKey} will result in new instances of {@link HystrixCircuitBreaker}, {@link HystrixCommandMetrics} and {@link HystrixCommandProperties}.
211211
* Thus,
212-
* the number of variants should be kept to a finite and reasonable number to avoid high-memory usage or memory leacks.
212+
* the number of variants should be kept to a finite and reasonable number to avoid high-memory usage or memory leaks.
213213
* <p>
214214
* Hundreds of keys is fine, tens of thousands is probably not.
215215
* @return Setter for fluent interface via method chaining

0 commit comments

Comments
 (0)