Closes gh-3428
This commit is contained in:
izeye 2015-07-07 09:25:49 +09:00 committed by Stephane Nicoll
parent 5fd947027e
commit dd77ab90a0
1 changed files with 1 additions and 1 deletions

View File

@ -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 <springProperty>} tags. Allows logback
* Logback {@link Action} to support {@code <springProperty>} tags. Allows logback
* properties to be sourced from the Spring environment.
*
* @author Phillip Webb