Fix minor typos in the Dialect JavaDocs

This commit is contained in:
Emmanuel Bernard 2010-12-10 14:19:20 +01:00
parent 64c2d4846f
commit 55e27c3825
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ public class DB2Dialect extends Dialect {
}
/**
* DB2 does have a one-based offset, however this was actually already handled in the limiot string building
* DB2 does have a one-based offset, however this was actually already handled in the limit string building
* (the '?+1' bit). To not mess up inheritors, I'll leave that part alone and not touch the offset here.
*
* @param zeroBasedFirstResult The user-supplied, zero-based offset

View File

@ -1112,7 +1112,7 @@ public abstract class Dialect {
}
/**
* Generate a temporary table name given the bas table.
* Generate a temporary table name given the base table.
*
* @param baseTableName The table name from which to base the temp table name.
* @return The generated temp table name.