diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:23:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-06 21:23:57 +0100 |
commit | f0c24877ed7cc3046bc69deb46b0cf7e2b919bcc (patch) | |
tree | 1fcac7c11425bc1d0556c1a0f056911c01b0a96b /qadevOOo | |
parent | 6f0e7c36e436c66ed267ea446b7d640033bc3742 (diff) |
Typo: chek -> check
Change-Id: I979956276a9d2d76604576d8b92e8f48a9f46c74
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryComposer.java | 8 |
1 files 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 <code>xProp</code> was set as parameter. - * Relation <code>xQueryAna</code> was used to chek if realtion + * Relation <code>xQueryAna</code> was used to check if realtion * <code>colName</code> was found. * Second an empty <code>XPropertySet</code> was used as parameter. A * <code>com.sun.star.sdbc.SQLException</code> must be thrown. @@ -195,7 +195,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest { /** * At first the object relation <code>xProp</code> was used as parameter. - * Relation <code>xQueryAna</code> was used to chek if realtion + * Relation <code>xQueryAna</code> was used to check if realtion * <code>colName</code> was found. * Second an empty <code>XPropertySet</code> was used as parameter. An * <code>com.sun.star.sdbc.SQLException</code> must be thrown. @@ -299,7 +299,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest { /** * First object relation <code>xProp</code> was used as parameter. Relation - * <code>xQueryAna</code> was used to chek if realtion <code>colName</code> + * <code>xQueryAna</code> was used to check if realtion <code>colName</code> * was found. * Second an empty <code>XPropertySet</code> was given as parameter. An * <code>com.sun.star.sdbc.SQLException</code> must be thrown. @@ -331,7 +331,7 @@ public class _XSingleSelectQueryComposer extends MultiMethodTest { /** * First object relation <code>xProp</code> was set as parameter. Relation - * <code>xQueryAna</code> was used to chek if realtion <code>colName</code> + * <code>xQueryAna</code> was used to check if realtion <code>colName</code> * was found. * Second an empty <code>XPropertySet</code> was given as parameter. An * <code>com.sun.star.sdbc.SQLException</code> must be thrown. |