From f2cb2c6f6702a9e1488690e71395f9653900ce16 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 2 Mar 2015 22:13:35 +0100 Subject: Typos Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec --- include/connectivity/sqlparse.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/connectivity') 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;} -- cgit