branch: elpa/yaml-mode
commit 8d1f2182abd870a19417e98a9351a9164f46b2ae
Author: Ville Skyttä <ville.sky...@iki.fi>
Commit: Ville Skyttä <ville.sky...@iki.fi>

    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 " *\\)?$")

Reply via email to