diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-03-02 22:13:35 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-03-02 22:15:01 +0100 |
commit | f2cb2c6f6702a9e1488690e71395f9653900ce16 (patch) | |
tree | 3d6f08c906f66a376709e64cf72f515a88555a68 /include/connectivity/sqlparse.hxx | |
parent | f16c427d5668e5fe9d41268e18a71cfca3aaf1c1 (diff) |
Typos
Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec
Diffstat (limited to 'include/connectivity/sqlparse.hxx')
-rw-r--r-- | include/connectivity/sqlparse.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx index 398e69f256c9..f2cf6bbb4860 100644 --- a/include/connectivity/sqlparse.hxx +++ b/include/connectivity/sqlparse.hxx @@ -233,7 +233,7 @@ namespace connectivity void setParseTree(OSQLParseNode * pNewParseTree); // Is the parse in a special mode? - // Predicate chack is used to check a condition for a field + // Predicate check is used to check a condition for a field bool inPredicateCheck() const {return m_xField.is();} const OUString& getFieldName() const {return m_sFieldName;} |