summaryrefslogtreecommitdiffstats
path: root/wizards/com/sun/star/wizards/db/TypeInspector.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/db/TypeInspector.java')
-rw-r--r--wizards/com/sun/star/wizards/db/TypeInspector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/db/TypeInspector.java b/wizards/com/sun/star/wizards/db/TypeInspector.java
index 336df758b752..277c72158103 100644
--- a/wizards/com/sun/star/wizards/db/TypeInspector.java
+++ b/wizards/com/sun/star/wizards/db/TypeInspector.java
@@ -405,7 +405,7 @@ public class TypeInspector
*4) DOUBLE
*5) NUMERIC
*6) DECIMAL *
- * If no appropriate datatype is found ther first available numeric type after DataType.INTEGER
+ * If no appropriate datatype is found the first available numeric type after DataType.INTEGER
* according to the 'convertDataType' method is returned
*/
/**TODO the fallback order is the same as implemented in the method 'convertDataType'.