>From 34e352b07a53b070a6ea02f820c8d63d0abecebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Thu, 6 Oct 2022 21:18:57 +0200 Subject: [PATCH 2/2] ob-sed: Fix typo * lisp/ob-sed.el: Fix a typo in a comment --- lisp/ob-sed.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-sed.el b/lisp/ob-sed.el index 9befa7163..ecebef925 100644 --- a/lisp/ob-sed.el +++ b/lisp/ob-sed.el @@ -35,7 +35,7 @@ ;; In addition to the normal header arguments, ob-sed also provides ;; :cmd-line and :in-file. :cmd-line allows one to pass other flags to ;; the sed command like the "--in-place" flag which makes sed edit the -;; file pass to it instead of outputting to standard out or to a +;; file passed to it instead of outputting to standard out or to a ;; different file. :in-file is a header arguments that allows one to ;; tell Org Babel which file the sed script to act on. -- 2.37.3