From f0c24877ed7cc3046bc69deb46b0cf7e2b919bcc Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 6 Feb 2014 21:23:57 +0100 Subject: [PATCH] Typo: chek -> check Change-Id: I979956276a9d2d76604576d8b92e8f48a9f46c74 --- .../tests/java/ifc/sdb/_XSingleSelectQueryComposer.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.