Fix typos related to indefinite articles for SQL acronym

Closes gh-23603
This commit is contained in:
康智冬
2019-09-07 22:04:47 +08:00
committed by Sam Brannen
parent df7e4ad023
commit 0d742cf3d0
41 changed files with 63 additions and 63 deletions

View File

@@ -21,7 +21,7 @@ import org.springframework.lang.Nullable;
/**
* Normal superclass when we can't distinguish anything more specific
* than "something went wrong with the underlying resource": for example,
* a SQLException from JDBC we can't pinpoint more precisely.
* an SQLException from JDBC we can't pinpoint more precisely.
*
* @author Rod Johnson
*/