summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-27 21:13:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-27 22:59:55 +0100
commite4689afb970ec7090e6e604acda25c2aa12f3e87 (patch)
treefd4402c8513a33abef994841484572739efdbfa9 /unoxml
parent94ef490559d45ac0a077c0844760ee8bde6780a8 (diff)
Fix typos
Change-Id: Icebbbb392d9187a11837b72116c00036247e9b74 Reviewed-on: https://gerrit.libreoffice.org/47104 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index bbb2c1295280..57428c002823 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -456,7 +456,7 @@ private:
// needed for synchronizing access to librdf (it doesn't do win32 threading)
::osl::Mutex & m_rMutex;
// the query (in case this is a result of a graph query)
- // not that the redland documentation spells this out explicity, but
+ // not that the redland documentation spells this out explicitly, but
// queries must be freed only after all the results are completely read
std::shared_ptr<librdf_query> const m_pQuery;
std::shared_ptr<librdf_node> const m_pContext;
@@ -566,7 +566,7 @@ private:
::rtl::Reference< librdf_Repository > m_xRep;
// needed for synchronizing access to librdf (it doesn't do win32 threading)
::osl::Mutex & m_rMutex;
- // not that the redland documentation spells this out explicity, but
+ // not that the redland documentation spells this out explicitly, but
// queries must be freed only after all the results are completely read
std::shared_ptr<librdf_query> const m_pQuery;
std::shared_ptr<librdf_query_results> const m_pQueryResult;