diff options
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/dom/element.cxx | 2 | ||||
-rw-r--r-- | unoxml/source/rdf/librdf_repository.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/unoxml/source/dom/element.cxx b/unoxml/source/dom/element.cxx index 59a967462580..dcbd7a4bdb8a 100644 --- a/unoxml/source/dom/element.cxx +++ b/unoxml/source/dom/element.cxx @@ -218,7 +218,7 @@ namespace DOM /* this is not relly allowed by the DOM spec, but this implementation has evidently supported it (by special case handling, so the attribute does not actually become a child) - so allow it for backward compatiblity */ + so allow it for backward compatibility */ return true; default: return false; diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx index 68759e2d4f32..a2a5620fc45e 100644 --- a/unoxml/source/rdf/librdf_repository.cxx +++ b/unoxml/source/rdf/librdf_repository.cxx @@ -433,7 +433,7 @@ private: // storage they point into, so we keep the repository alive here // also, sequence is important: the stream must be destroyed first. ::rtl::Reference< librdf_Repository > m_xRep; - // needed for synchronizing access to librdf (it doesnt do win32 threading) + // 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 @@ -541,7 +541,7 @@ private: // storage they point into, so we keep the repository alive here // also, sequence is important: the stream must be destroyed first. ::rtl::Reference< librdf_Repository > m_xRep; - // needed for synchronizing access to librdf (it doesnt do win32 threading) + // 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 // queries must be freed only after all the results are completely read |