Skip to content

Commit a220492

Browse files
Rudolf Adamkovičyantar92
authored andcommitted
ob-sed: Fix typo
* lisp/ob-sed.el: Fix a typo in a comment
1 parent 48ac65b commit a220492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/ob-sed.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
;; In addition to the normal header arguments, ob-sed also provides
3636
;; :cmd-line and :in-file. :cmd-line allows one to pass other flags to
3737
;; the sed command like the "--in-place" flag which makes sed edit the
38-
;; file pass to it instead of outputting to standard out or to a
38+
;; file passed to it instead of outputting to standard out or to a
3939
;; different file. :in-file is a header arguments that allows one to
4040
;; tell Org Babel which file the sed script to act on.
4141

0 commit comments

Comments
 (0)