From e4689afb970ec7090e6e604acda25c2aa12f3e87 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 27 Dec 2017 21:13:26 +0100 Subject: Fix typos Change-Id: Icebbbb392d9187a11837b72116c00036247e9b74 Reviewed-on: https://gerrit.libreoffice.org/47104 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- unoxml/source/rdf/librdf_repository.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unoxml/source/rdf') 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 const m_pQuery; std::shared_ptr 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 const m_pQuery; std::shared_ptr const m_pQueryResult; -- cgit