branch: elpa/yaml-mode
commit e9f3600dbf0b6d7e33ecba2b474f2fcd112c949d
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Fix typo
---
yaml-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaml-mode.el b/yaml-mode.el
index 1cfef236dd..d3c1da8e98 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -123,7 +123,7 @@ that key is pressed to begin a block literal."
"Regexp matching a line containing only (valid) whitespace.")
(defconst yaml-directive-re "^\\(?:--- \\)? *%\\(\\w+\\)"
- "Regexp matching a line contatining a YAML directive.")
+ "Regexp matching a line containing a YAML directive.")
(defconst yaml-document-delimiter-re "^\\(?:---\\|[.][.][.]\\)"
"Rexexp matching a YAML document delimiter line.")