diff --git a/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java b/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java index f260a3094d..b8e8138eab 100644 --- a/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java +++ b/annotations/src/main/java/org/hibernate/annotations/PolymorphismType.java @@ -24,7 +24,7 @@ package org.hibernate.annotations; /** - * Type of avaliable polymorphism for a particular entity + * Type of available polymorphism for a particular entity * * @author Emmanuel Bernard */ @@ -34,7 +34,7 @@ public enum PolymorphismType { */ IMPLICIT, /** - * this entity is retrived only if explicitly asked + * this entity is retrieved only if explicitly asked */ EXPLICIT -} \ No newline at end of file +}