# HG changeset patch # User Nicolas Chauvat # Date 1248352558 -7200 # Node ID 4e61d9e4befb71237e52f9f2f9b7ed2adcf09f1d # Parent b36f759bd2cc5f6a9ece38ccef0ec9d63ba5fe42 [cleanup] fix typo diff -r b36f759bd2cc -r 4e61d9e4befb web/data/external_resources --- a/web/data/external_resources Thu Jul 23 14:32:45 2009 +0200 +++ b/web/data/external_resources Thu Jul 23 14:35:58 2009 +0200 @@ -18,7 +18,7 @@ #IE_STYLESHEETS = DATADIR/cubicweb.ie.css # Javascripts files to include in HTML headers -#JAVASCRIPTS = DATADIR/jqyery.js, DATADIR/cubicweb.python.js, DATADIR/jquery.json.js, DATADIR/cubicweb.compat.js, DATADIR/cubicweb.htmlhelpers.js +#JAVASCRIPTS = DATADIR/jquery.js, DATADIR/cubicweb.python.js, DATADIR/jquery.json.js, DATADIR/cubicweb.compat.js, DATADIR/cubicweb.htmlhelpers.js # path to favicon (relative to the application main script, seen as a # directory, hence .. when you are not using an absolute path) diff -r b36f759bd2cc -r 4e61d9e4befb web/views/sparql.py --- a/web/views/sparql.py Thu Jul 23 14:32:45 2009 +0200 +++ b/web/views/sparql.py Thu Jul 23 14:35:58 2009 +0200 @@ -21,7 +21,7 @@ class SparqlForm(forms.FieldsForm): id = 'sparql' - sparql = formfields.StringField(help=_('type here a sparql qyery')) + sparql = formfields.StringField(help=_('type here a sparql query')) resultvid = formfields.StringField(choices=((_('table'), 'table'), (_('sparql xml'), 'sparqlxml')), widget=fwdgs.Radio,