From cf92da3d6e1de14756efe3f1ee79f393a2f3787d Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 23 Jun 2015 20:30:11 +0200 Subject: Typo: iff->if Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3 --- unoxml/source/rdf/librdf_repository.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml/source') diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx index 2b20ce0cd8fa..8a6b31e269fd 100644 --- a/unoxml/source/rdf/librdf_repository.cxx +++ b/unoxml/source/rdf/librdf_repository.cxx @@ -1299,7 +1299,7 @@ throw (uno::RuntimeException, lang::IllegalArgumentException, ::osl::MutexGuard g(m_aMutex); // don't call i_x* with mutex locked // NB: librdf does not have a concept of graphs as such; - // a librdf named graph exists iff the model contains a statement with + // a librdf named graph exists if the model contains a statement with // the graph name as context if (m_NamedGraphs.find(contextU) != m_NamedGraphs.end()) { -- cgit