Skip to content

Commit afe87ea

Browse files
committed
SPR-6220: Corrected spelling of 'DataSource'
1 parent a6bba67 commit afe87ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-framework-reference/src/beans.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ List userList service.getUsernameList();
610610
configuration metadata for subsystem B may refer to a DataSource via
611611
the name 'subsystemB-dataSource'. When composing the main application
612612
that uses both these subsystems the main application refers to the
613-
DattaSource via the name 'myApp-dataSource'. To have all three names
613+
DataSource via the name 'myApp-dataSource'. To have all three names
614614
refer to the same object you add to the MyApp configuration metadata
615615
the following aliases definitions:</para>
616616

0 commit comments

Comments
 (0)