Fix typo: resister should be register

This commit is contained in:
Anderson Calixto 2018-12-26 10:13:13 -03:00 committed by Guillaume Smet
parent 33efabd597
commit 18e6f61041
1 changed files with 2 additions and 2 deletions

View File

@ -149,9 +149,9 @@ public class JtaTransactionCoordinatorImpl implements TransactionCoordinator, Sy
return;
}
// Can we resister a synchronization according to the JtaPlatform?
// Can we register a synchronization according to the JtaPlatform?
if ( !jtaPlatform.canRegisterSynchronization() ) {
log.trace( "JTA platform says we cannot currently resister synchronization; skipping" );
log.trace( "JTA platform says we cannot currently register synchronization; skipping" );
return;
}