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 7fb1816c891..f8b05317567 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();