web/data/cubicweb.htmlhelpers.js
brancholdstable
changeset 8462 a14b6562082b
parent 8238 087bb529035c
child 9259 68cde7431c2c
--- a/web/data/cubicweb.htmlhelpers.js	Tue Feb 14 15:14:22 2012 +0100
+++ b/web/data/cubicweb.htmlhelpers.js	Tue Jul 10 15:07:23 2012 +0200
@@ -64,7 +64,7 @@
 /**
  * .. function:: asURL(props)
  *
- * builds an url from an object (used as a dictionnary)
+ * builds an url from an object (used as a dictionary)
  *
  * >>> asURL({'rql' : "RQL", 'x': [1, 2], 'itemvid' : "oneline"})
  * rql=RQL&vid=list&itemvid=oneline&x=1&x=2