瀏覽代碼

ob-sed: Fix typo

* lisp/ob-sed.el: Fix a typo in a comment
Rudolf Adamkovič 2 年之前
父節點
當前提交
a220492064
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ob-sed.el

+ 1 - 1
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.