[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [PATCH] typo fix in ob-core.el
From: |
Zhaocong Jia |
Subject: |
[O] [PATCH] typo fix in ob-core.el |
Date: |
Thu, 3 Nov 2016 19:04:01 +0800 |
I noticed this typo while I was reading the docs,
so I post the fix here.
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -207,7 +207,7 @@
(defun org-babel--get-vars (params)
"Return the babel variable assignments in PARAMS.
-PARAMS is a quasi-alist of header args, whcih may contain
+PARAMS is a quasi-alist of header args, which may contain
multiple entries for the key `:var'. This function returns a
list of the cdr of all the `:var' entries."
(mapcar #'cdr
- [O] [PATCH] typo fix in ob-core.el,
Zhaocong Jia <=