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

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

[elpa] externals/yaml 12655d58ef 113/124: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/yaml 12655d58ef 113/124: Fix typos
Date: Fri, 29 Nov 2024 16:00:09 -0500 (EST)

branch: externals/yaml
commit 12655d58ef5e2e071e10dfceb1e7cb9312f5d2a0
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix typos
---
 grammargen.bb | 4 ++--
 yaml.el       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/grammargen.bb b/grammargen.bb
index b279bccacd..9b74355195 100755
--- a/grammargen.bb
+++ b/grammargen.bb
@@ -17,9 +17,9 @@
 
 ;;; Commentary:
 
-;; This file is the Babashka script used to initially generate the YAML 
grammer Elisp code.
+;; This file is the Babashka script used to initially generate the YAML 
grammar Elisp code.
 ;; The program expects to find a yaml-spec-1.2.json file in the same directory 
and will
-;; generate the elisp code that should go in the main grammer parsing cond.  
Due to certain
+;; generate the elisp code that should go in the main grammar parsing cond.  
Due to certain
 ;; hand optimizations made in the Elisp code, the output of this program has 
fell out of sync
 ;; with what is currently in yaml.el (though I don't find this a big problem 
as the YAML spec
 ;; should never change).
diff --git a/yaml.el b/yaml.el
index 9f1a6744f2..6c61ffcd1a 100644
--- a/yaml.el
+++ b/yaml.el
@@ -244,7 +244,7 @@ This flag is intended for development purposes.")
          text-body)))
 
 (defun yaml--process-folded-text (text)
-  "Remvoe the header line for a folded match and return TEXT body formatted."
+  "Remove the header line for a folded match and return TEXT body formatted."
   (let* ((text (yaml--process-literal-text text))
          (done))
     (while (not done)



reply via email to

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