diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-05-18 16:27:05 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-18 18:55:17 +0200 |
commit | 26a67002fcb9381b54de6cae1aaa37120d49066a (patch) | |
tree | e631d9a79a249f1eb3e5c80f5158eece7b4ad040 /unoxml | |
parent | 700e262a4943a6d279cc4800bb9bd173aff0c3e1 (diff) |
Fix typos
Only replaced "iff" with "if"
Change-Id: Ib9dfa5c12b05500043147fe3b65f923b1b12a581
Reviewed-on: https://gerrit.libreoffice.org/37782
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/rdf/librdf_repository.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx index 9ca65e65b3b0..f4bebd5e5ce9 100644 --- a/unoxml/source/rdf/librdf_repository.cxx +++ b/unoxml/source/rdf/librdf_repository.cxx @@ -1208,7 +1208,7 @@ librdf_Repository::createGraph(const uno::Reference< rdf::XURI > & i_xGraphName) ::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()) { |