From afe87ea881e0c7502d3d145f77dc7ae1446def3a Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 12 Nov 2009 16:53:06 +0000 Subject: [PATCH] SPR-6220: Corrected spelling of 'DataSource' --- spring-framework-reference/src/beans.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index f03a553d493..72ad9c7a89a 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -610,7 +610,7 @@ List userList service.getUsernameList(); configuration metadata for subsystem B may refer to a DataSource via the name 'subsystemB-dataSource'. When composing the main application that uses both these subsystems the main application refers to the - DattaSource via the name 'myApp-dataSource'. To have all three names + DataSource via the name 'myApp-dataSource'. To have all three names refer to the same object you add to the MyApp configuration metadata the following aliases definitions: