Skip to content

Commit 05ea1d1

Browse files
committed
fixed typo
1 parent bc010e5 commit 05ea1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/de/triology/blog/testdataloader/TestDataLoader.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class TestDataLoader {
9898
throw new IllegalStateException(
9999
'TestDataLoader is configured with RESOURCE_LOCAL transactions but the supplied EntityManager uses ' +
100100
'JTA transactions. Use the TestDataLoader#TestDataLoader(EntityManager, TransactionType) ' +
101-
'constructor to specify that JTA transactions are beeing used. Note that the client code ' +
101+
'constructor to specify that JTA transactions are being used. Note that the client code ' +
102102
'needs to take care of transaction management in this case.', e)
103103
}
104104
}

0 commit comments

Comments
 (0)