diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 15:00:24 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 13:05:20 +0000 |
commit | 3f6da86e9fb9390d7c9f97769a79bddb265e43b4 (patch) | |
tree | 5d62edddedf3934bfc3318a258055539d94337a7 /connectivity | |
parent | a50539e2aa79bfef74c1100c252020972d436e77 (diff) |
Fix typos
Change-Id: I13c3dc33722f139582f27412d5d336264d3d15a3
Reviewed-on: https://gerrit.libreoffice.org/18942
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_tools.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/inc/TSortIndex.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/parse/sqlbison.y | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx b/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx index b1190dbeaa53..cb9a9c4c8ca8 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MQuery.cxx @@ -102,7 +102,7 @@ void MQuery::construct() { // Set default values. (For now just as a reminder). m_aError.reset(); - m_bQuerySubDirs = sal_True; // LDAP Queryies require this to be set! + m_bQuerySubDirs = sal_True; // LDAP Queries require this to be set! m_nMaxNrOfReturns = -1; // Unlimited number of returns. m_aQueryDirectory = new MQueryDirectory(); diff --git a/connectivity/source/drivers/postgresql/pq_tools.hxx b/connectivity/source/drivers/postgresql/pq_tools.hxx index f08cebcd16d3..8fa7656dc30f 100644 --- a/connectivity/source/drivers/postgresql/pq_tools.hxx +++ b/connectivity/source/drivers/postgresql/pq_tools.hxx @@ -156,7 +156,7 @@ class TransactionGuard com::sun::star::uno::Reference< com::sun::star::sdbc::XStatement > m_stmt; bool m_commited; public: - /// takes over ownership of given statemet + /// takes over ownership of given statement explicit TransactionGuard( const com::sun::star::uno::Reference< com::sun::star::sdbc::XStatement > &stmt ); ~TransactionGuard( ); diff --git a/connectivity/source/inc/TSortIndex.hxx b/connectivity/source/inc/TSortIndex.hxx index 84fe2746f496..40d036dc72d2 100644 --- a/connectivity/source/inc/TSortIndex.hxx +++ b/connectivity/source/inc/TSortIndex.hxx @@ -87,7 +87,7 @@ namespace connectivity void Freeze(); /** - CreateKeySet creates the keyset which vaalues could be used to travel in your table/result + CreateKeySet creates the keyset which values could be used to travel in your table/result The returned keyset is frozen. */ ::rtl::Reference<OKeySet> CreateKeySet(); diff --git a/connectivity/source/parse/sqlbison.y b/connectivity/source/parse/sqlbison.y index 11143de4c3db..0b657fd74264 100644 --- a/connectivity/source/parse/sqlbison.y +++ b/connectivity/source/parse/sqlbison.y @@ -70,7 +70,7 @@ inline connectivity::OSQLInternalNode* newNode(const OUString& _NewValue, // yyi is the internal number of the rule that is currently being reduced -// This can be mapped to extrnal rule number via the yyrmap. +// This can be mapped to external rule number via the yyrmap. #define SQL_NEW_RULE newNode("", SQL_NODE_RULE, yyr1[yyn]) #define SQL_NEW_LISTRULE newNode("", SQL_NODE_LISTRULE, yyr1[yyn]) #define SQL_NEW_COMMALISTRULE newNode("", SQL_NODE_COMMALISTRULE, yyr1[yyn]) |