From 1d6f37497017cabe466aac0f752135623d584d9a Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 11 Mar 2010 21:30:39 +0000 Subject: [PATCH] fixed typo (SPR-6967) --- spring-framework-reference/src/overview.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/overview.xml b/spring-framework-reference/src/overview.xml index 0c48c4a0ba..d3dc081950 100644 --- a/spring-framework-reference/src/overview.xml +++ b/spring-framework-reference/src/overview.xml @@ -795,7 +795,7 @@ TR: OK. Added to diagram.--> Now this application is probably broken because there is no implementation of the JCL API on the classpath, so to fix it a new one - has to be prvided. In the next section we show you how to provide an + has to be provided. In the next section we show you how to provide an alternative implementation of JCL using SLF4J as an example.