summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/xquery/xquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/xquery/xquery.js')
-rw-r--r--public/vendor/codemirror/mode/xquery/xquery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/codemirror/mode/xquery/xquery.js b/public/vendor/codemirror/mode/xquery/xquery.js
index c642ee58..75dcbee3 100644
--- a/public/vendor/codemirror/mode/xquery/xquery.js
+++ b/public/vendor/codemirror/mode/xquery/xquery.js
@@ -17,7 +17,7 @@ CodeMirror.defineMode("xquery", function() {
// function. Each keyword is a property of the keywords object whose
// value is {type: atype, style: astyle}
var keywords = function(){
- // conveinence functions used to build keywords object
+ // convenience functions used to build keywords object
function kw(type) {return {type: type, style: "keyword"};}
var A = kw("keyword a")
, B = kw("keyword b")