Fix Javadoc typo

This commit is contained in:
Martin Prebio 2016-06-13 16:16:33 +02:00 committed by Vlad Mihalcea
parent b13fffee6c
commit 4604258746
1 changed files with 1 additions and 1 deletions

View File

@ -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()}.
* <p/>
* 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