diff -r 31f070752462 -r c7fc56eecd1a web/views/json.py --- a/web/views/json.py Thu Jan 30 18:04:59 2014 +0100 +++ b/web/views/json.py Tue Feb 04 15:29:29 2014 +0100 @@ -93,7 +93,7 @@ title = _('json-export-view') def call(self): - # XXX mimic w3c recommandations to serialize SPARQL results in json ? + # XXX mimic w3c recommandations to serialize SPARQL results in json? # http://www.w3.org/TR/rdf-sparql-json-res/ self.wdata(self.cw_rset.rows)