Merge pull request #3428 from izeye/patch-31

* pr/3428:
  Fix typo
This commit is contained in:
Stephane Nicoll
2015-07-07 04:46:20 +02:00

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