From b321dacc1cbe3b431bd0efc14f798c28449960ca Mon Sep 17 00:00:00 2001 From: wonwoo Date: Mon, 9 Sep 2019 22:01:55 +0900 Subject: [PATCH] Fix typo in javadoc See gh-18187 --- .../boot/actuate/health/HealthEndpointGroup.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/HealthEndpointGroup.java b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthEndpointGroup.java index 7fb1816c89..f8b0531756 100644 --- a/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthEndpointGroup.java +++ b/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/HealthEndpointGroup.java @@ -43,7 +43,7 @@ public interface HealthEndpointGroup { boolean includeDetails(SecurityContext securityContext); /** - * Returns the status agreggator that should be used for this group. + * Returns the status aggregator that should be used for this group. * @return the status aggregator for this group */ StatusAggregator getStatusAggregator();