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

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

[nongnu] elpa/yaml-mode 8d1f218 071/124: Spelling fix


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode 8d1f218 071/124: Spelling fix
Date: Sun, 29 Aug 2021 11:36:15 -0400 (EDT)

branch: elpa/yaml-mode
commit 8d1f2182abd870a19417e98a9351a9164f46b2ae
Author: Ville Skyttä <ville.skytta@iki.fi>
Commit: Ville Skyttä <ville.skytta@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

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