branch: elpa/yaml-mode commit c0d6da0e1c368d922f949a2c4a3902445241238d Merge: a4794ea 8d1f218 Author: Vasilij Schneidermann <v.schneiderm...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #42 from scop/spelling Spelling fix --- yaml-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml-mode.el b/yaml-mode.el index 9274a5b..3654e19 100644 --- a/yaml-mode.el +++ b/yaml-mode.el @@ -148,7 +148,7 @@ that key is pressed to begin a block literal." (defconst yaml-scalar-context-re (concat "\\(?:^\\(?:--- \\)?\\|{\\|\\(?: *[-,] +\\)+\\) *" "\\(?:" yaml-bare-scalar-re " *: \\)?") - "Regexp indicating the begininng of a scalar context.") + "Regexp indicating the beginning of a scalar context.") (defconst yaml-nested-map-re (concat ".*: *\\(?:&.*\\|{ *\\|" yaml-tag-re " *\\)?$")