Browse Source

Fixed typos

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2438 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Sam Brannen 16 years ago
parent
commit
93dfb54c61
  1. 4
      org.springframework.jdbc/src/main/resources/org/springframework/jdbc/config/spring-jdbc-3.0.xsd

4
org.springframework.jdbc/src/main/resources/org/springframework/jdbc/config/spring-jdbc-3.0.xsd

@ -86,7 +86,7 @@ @@ -86,7 +86,7 @@
scripts be executed?
Defaults to true, but can be used to switch on
and off the
initialization depending on the enviroment.
initialization depending on the environment.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
@ -130,7 +130,7 @@ @@ -130,7 +130,7 @@
<xsd:attribute name="location" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
The resource location of an SQL script to execute. Can be single script location or
The resource location of an SQL script to execute. Can be a single script location or
a pattern (e.g. classpath:/com/foo/sql/*-data.sql).
]]></xsd:documentation>
</xsd:annotation>

Loading…
Cancel
Save