From f0b857310dd564356a6ff7854bdc42cb677989f9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jan 2018 09:05:43 +0100 Subject: Fix typos Change-Id: Ia976371bf52eb1216d8abe728d80bbb87a3c38a2 Reviewed-on: https://gerrit.libreoffice.org/47858 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/connectivity/sqliterator.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/connectivity') diff --git a/include/connectivity/sqliterator.hxx b/include/connectivity/sqliterator.hxx index eb5be747e980..2dad97b64ab2 100644 --- a/include/connectivity/sqliterator.hxx +++ b/include/connectivity/sqliterator.hxx @@ -80,7 +80,7 @@ namespace connectivity class OOO_DLLPUBLIC_DBTOOLS OSQLParseTreeIterator final { private: - css::sdbc::SQLException m_aErrors; // conatins the error while iterating through the statement + css::sdbc::SQLException m_aErrors; // contains the error while iterating through the statement const OSQLParseNode* m_pParseTree; // current ParseTree const OSQLParser& m_rParser; // if set used for general error messages from the context OSQLStatementType m_eStatementType; -- cgit