Skip to content

Commit d2cba43

Browse files
authored
Merge pull request #2310 from Fudeveloper/spelling-correction
Correct the spellings in two places.
2 parents a3f7b4b + d7370b0 commit d2cba43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/apache/ibatis/type/BaseTypeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public T getResult(CallableStatement cs, int columnIndex) throws SQLException {
114114
* @param rs
115115
* the rs
116116
* @param columnName
117-
* Colunm name, when configuration <code>useColumnLabel</code> is <code>false</code>
117+
* Column name, when configuration <code>useColumnLabel</code> is <code>false</code>
118118
* @return the nullable result
119119
* @throws SQLException
120120
* the SQL exception

src/test/java/org/apache/ibatis/builder/XmlMapperBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void shouldFailedLoadXMLMapperFile() throws Exception {
205205
// }
206206

207207
@Test
208-
void erorrResultMapLocation() throws Exception {
208+
void errorResultMapLocation() throws Exception {
209209
Configuration configuration = new Configuration();
210210
String resource = "org/apache/ibatis/builder/ProblemResultMapper.xml";
211211
try (InputStream inputStream = Resources.getResourceAsStream(resource)) {

0 commit comments

Comments
 (0)