From 4604258746d90729a9edc7922a076a7bac38a1b2 Mon Sep 17 00:00:00 2001 From: Martin Prebio Date: Mon, 13 Jun 2016 16:16:33 +0200 Subject: [PATCH] Fix Javadoc typo --- hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java b/hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java index 6500b85c28..55afc817df 100644 --- a/hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java +++ b/hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java @@ -441,7 +441,7 @@ public abstract class Dialect implements ConversionContext { * {@link #getSqlTypeDescriptorOverride} to get an optional override based on the SQL code returned by * {@link SqlTypeDescriptor#getSqlType()}. *

- * If this dialect does not provide an override or if the {@code sqlTypeDescriptor} doe not allow itself to be + * If this dialect does not provide an override or if the {@code sqlTypeDescriptor} does not allow itself to be * remapped, then this method simply returns the original passed {@code sqlTypeDescriptor} * * @param sqlTypeDescriptor The {@link SqlTypeDescriptor} to override