diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java index 3b82fecab5cc..b08c5e1fdda3 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java +++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java @@ -151,7 +151,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest { /** * At first the object relation xProp was set as parameter. - * Relation xQueryAna was used to chek if realtion + * Relation xQueryAna was used to check if realtion * colName was found. * Second an empty XPropertySet was used as parameter. A * com.sun.star.sdbc.SQLException must be thrown. @@ -195,7 +195,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest { /** * At first the object relation xProp was used as parameter. - * Relation xQueryAna was used to chek if realtion + * Relation xQueryAna was used to check if realtion * colName was found. * Second an empty XPropertySet was used as parameter. An * com.sun.star.sdbc.SQLException must be thrown. @@ -299,7 +299,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest { /** * First object relation xProp was used as parameter. Relation - * xQueryAna was used to chek if realtion colName + * xQueryAna was used to check if realtion colName * was found. * Second an empty XPropertySet was given as parameter. An * com.sun.star.sdbc.SQLException must be thrown. @@ -331,7 +331,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest { /** * First object relation xProp was set as parameter. Relation - * xQueryAna was used to chek if realtion colName + * xQueryAna was used to check if realtion colName * was found. * Second an empty XPropertySet was given as parameter. An * com.sun.star.sdbc.SQLException must be thrown.