Skip to content

Commit 781a1e7

Browse files
authored
Merge pull request #1023 from 20100507/master
Modify spelling errors
2 parents 0099e59 + aa22a6b commit 781a1e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/org/apache/ibatis/builder/xml/XMLIncludeTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private String getStringAttribute(Node node, String name) {
9696
}
9797

9898
/**
99-
* Read placholders and their values from include node definition.
99+
* Read placeholders and their values from include node definition.
100100
* @param node Include node instance
101101
* @param inheritedVariablesContext Current context used for replace variables in new variables values
102102
* @return variables context from include instance (no inherited values)

src/main/java/org/apache/ibatis/executor/BatchExecutorException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public BatchExecutorException(String message,
4646
/*
4747
* Returns the BatchUpdateException that caused the nested executor
4848
* to fail. That exception contains an array of row counts
49-
* that can be used to determine exactly which statemtn of the
49+
* that can be used to determine exactly which statement of the
5050
* executor caused the failure (or failures).
5151
*
5252
* @return the root BatchUpdateException

src/main/java/org/apache/ibatis/jdbc/SqlRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public int insert(String sql, Object... args) throws SQLException {
121121
try {
122122
return Integer.parseInt(genkey.toString());
123123
} catch (NumberFormatException e) {
124-
//ignore, no numeric key suppot
124+
//ignore, no numeric key support
125125
}
126126
}
127127
}

0 commit comments

Comments
 (0)