We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab67df3 commit e345aceCopy full SHA for e345ace
src/main/java/org/apache/ibatis/jdbc/ScriptRunner.java
@@ -248,7 +248,7 @@ private void executeStatement(String command) throws SQLException {
248
}
249
try {
250
boolean hasResults = statement.execute(sql);
251
- // DO NOT try to 'imporove' the condition even if IDE tells you to!
+ // DO NOT try to 'improve' the condition even if IDE tells you to!
252
// It's important that getUpdateCount() is called here.
253
while (!(!hasResults && statement.getUpdateCount() == -1)) {
254
checkWarnings(statement);
0 commit comments