From dd77ab90a0478be8f4cdf69fddbd9c7a45740c2c Mon Sep 17 00:00:00 2001 From: izeye Date: Tue, 7 Jul 2015 09:25:49 +0900 Subject: [PATCH] Fix typo Closes gh-3428 --- .../boot/logging/logback/SpringPropertyAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot/src/main/java/org/springframework/boot/logging/logback/SpringPropertyAction.java b/spring-boot/src/main/java/org/springframework/boot/logging/logback/SpringPropertyAction.java index 661bcf9aae..6259ea79cc 100644 --- a/spring-boot/src/main/java/org/springframework/boot/logging/logback/SpringPropertyAction.java +++ b/spring-boot/src/main/java/org/springframework/boot/logging/logback/SpringPropertyAction.java @@ -28,7 +28,7 @@ import ch.qos.logback.core.joran.spi.InterpretationContext; import ch.qos.logback.core.util.OptionHelper; /** - * Lockback {@link Action} to support {@code } tags. Allows logback + * Logback {@link Action} to support {@code } tags. Allows logback * properties to be sourced from the Spring environment. * * @author Phillip Webb