Skip to content

Commit e9000ec

Browse files
authored
Merge pull request #2126 from ZhangShenao/optimize
Fix Word Spell
2 parents e9fa4a2 + 6af8646 commit e9000ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/cache/decorators/TransactionalCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private void unlockMissedEntries() {
127127
try {
128128
delegate.removeObject(entry);
129129
} catch (Exception e) {
130-
log.warn("Unexpected exception while notifiying a rollback to the cache adapter. "
130+
log.warn("Unexpected exception while notifying a rollback to the cache adapter. "
131131
+ "Consider upgrading your cache adapter to the latest version. Cause: " + e);
132132
}
133133
}

0 commit comments

Comments
 (0)