Mercurial > hg > svcore
comparison rdf/PluginRDFDescription.cpp @ 463:93806ad9481e
* typo fix only
author | Chris Cannam |
---|---|
date | Thu, 23 Oct 2008 16:32:00 +0000 |
parents | 957e6a5c8495 |
children | 70b333085952 |
comparison
equal
deleted
inserted
replaced
462:957e6a5c8495 | 463:93806ad9481e |
---|---|
237 if (v.type == SimpleSPARQLQuery::LiteralValue && v.value != "") { | 237 if (v.type == SimpleSPARQLQuery::LiteralValue && v.value != "") { |
238 m_pluginMaker = v.value; | 238 m_pluginMaker = v.value; |
239 } | 239 } |
240 | 240 |
241 // If we have a more-information URL for this plugin, then we take | 241 // If we have a more-information URL for this plugin, then we take |
242 // that. Otherwise, a more-inforomation URL for the plugin | 242 // that. Otherwise, a more-information URL for the plugin |
243 // library would do nicely. Failing that, we could perhaps use | 243 // library would do nicely. Failing that, we could perhaps use |
244 // any foaf:page URL at all that appears in the file -- but | 244 // any foaf:page URL at all that appears in the file -- but |
245 // perhaps that would be unwise | 245 // perhaps that would be unwise |
246 | 246 |
247 v = SimpleSPARQLQuery::singleResultQuery | 247 v = SimpleSPARQLQuery::singleResultQuery |