emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yaml-mode c0d6da0 073/124: Merge pull request #42 from sco


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode c0d6da0 073/124: Merge pull request #42 from scop/spelling
Date: Sun, 29 Aug 2021 11:36:15 -0400 (EDT)

branch: elpa/yaml-mode
commit c0d6da0e1c368d922f949a2c4a3902445241238d
Merge: a4794ea 8d1f218
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: GitHub <noreply@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 " *\\)?$")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]