Skip to content

Commit 6af8646

Browse files
committed
Fix Word Spell
1 parent 066d231 commit 6af8646

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)