branch: externals/yaml commit ee86566af1ed4975531ab3aa4eb4dba770c227f6 Merge: a19fbf948a 12655d58ef Author: Zachary Romero <zacrom...@posteo.net> Commit: GitHub <nore...@github.com>
Merge pull request #47 from tarsiiformes/typos 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)