Skip to content

Commit e345ace

Browse files
committed
[ci] Fix spelling
1 parent ab67df3 commit e345ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private void executeStatement(String command) throws SQLException {
248248
}
249249
try {
250250
boolean hasResults = statement.execute(sql);
251-
// DO NOT try to 'imporove' the condition even if IDE tells you to!
251+
// DO NOT try to 'improve' the condition even if IDE tells you to!
252252
// It's important that getUpdateCount() is called here.
253253
while (!(!hasResults && statement.getUpdateCount() == -1)) {
254254
checkWarnings(statement);

0 commit comments

Comments
 (0)