Skip to content

Commit 8d2c875

Browse files
committed
A couple of typo fixes
Signed-off-by: Jan Schatteman <[email protected]>
1 parent 1f0e056 commit 8d2c875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hibernate-core/src/main/java/org/hibernate/LockMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* <p>
2222
* A partial order of lock modes is defined such that every
2323
* optimistic lock mode is considered a weaker sort of lock than
24-
* evey pessimistic lock mode. If a session already holds a
24+
* every pessimistic lock mode. If a session already holds a
2525
* stronger lock level on a given entity when a weaker lock level
2626
* is requested, then the request for the weaker lock level has
2727
* no effect.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import static org.assertj.core.api.Assertions.assertThat;
1717
import static org.mockito.Mockito.mock;
1818

19-
public class UUidV6V7GenetartorTest {
19+
public class UUidV6V7GeneratorTest {
2020

2121
private static final UUID NIL_UUID = new UUID( 0L, 0L );
2222
private static final int ITERATIONS = 1_000_000;

0 commit comments

Comments
 (0)