From 8ded42ceb175889fec22acb44e3f1be038285ae2 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 29 Oct 2018 18:16:14 -0700 Subject: [PATCH] Use US spelling for "favor" --- .../boot/actuate/health/CompositeHealthIndicator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/CompositeHealthIndicator.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/CompositeHealthIndicator.java index bbfa61ddc4..6cd60dfa44 100644 --- a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/CompositeHealthIndicator.java +++ b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/CompositeHealthIndicator.java @@ -73,7 +73,7 @@ public class CompositeHealthIndicator implements HealthIndicator { * @param indicator the indicator * @throws IllegalStateException if an indicator with the given {@code name} is * already registered. - * @deprecated since 2.1.0 in favour of + * @deprecated since 2.1.0 in favor of * {@link HealthIndicatorRegistry#register(String, HealthIndicator)} */ @Deprecated