From 0d97a96c6232095ff94778fdb8bc1ff45b676467 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 3 Nov 2016 12:45:30 +0100 Subject: [PATCH] ob-core: Fix typo * lisp/ob-core.el (org-babel--get-vars): Fix typo. --- lisp/ob-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 3cfe7261c..44b228299 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -207,7 +207,7 @@ This string must include a \"%s\" which will be replaced by the results." (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