branch: elpa/yaml-mode
commit 13728b4b1b1bd33d3a754236a0f23e4c76d6ba91
Merge: b153150e0e e9f3600dbf
Author: Shohei YOSHIDA <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #108 from tarsiiformes/typo
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.")