summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/mode/puppet/puppet.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/mode/puppet/puppet.js')
-rw-r--r--public/vendor/codemirror/mode/puppet/puppet.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/vendor/codemirror/mode/puppet/puppet.js b/public/vendor/codemirror/mode/puppet/puppet.js
index e7f799f7..57041300 100644
--- a/public/vendor/codemirror/mode/puppet/puppet.js
+++ b/public/vendor/codemirror/mode/puppet/puppet.js
@@ -126,7 +126,7 @@ CodeMirror.defineMode("puppet", function () {
if (word && words.hasOwnProperty(word)) {
// Negates the initial next()
stream.backUp(1);
- // Acutally move the stream
+ // rs move the stream
stream.match(/[\w]+/);
// We want to process these words differently
// do to the importance they have in Puppet