[cleanup] fix typo
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 23 Jul 2009 14:35:58 +0200
changeset 2444 4e61d9e4befb
parent 2443 b36f759bd2cc
child 2445 6f065b366d14
[cleanup] fix typo
web/data/external_resources
web/views/sparql.py
--- 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)
--- 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,