summaryrefslogtreecommitdiff
path: root/lisp/org/ob-J.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-07-06 00:23:30 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-07-06 00:24:56 -0700
commit20e9a00fb5d12ad408f9dd15adcfcd205783c1b0 (patch)
tree3d464df7b404345185989cbf6d0380a039c1ce0b /lisp/org/ob-J.el
parent7a0170de20fe1225d3eeac099d1e61a0c0410bf3 (diff)
Spelling fixes
* lisp/org/org-table.el (org-table-sort-lines): Fix misspelling in prompt. * lisp/org/ox-ascii.el (org-ascii--describe-datum): Fix misspelling in call to org-element-lineage.
Diffstat (limited to 'lisp/org/ob-J.el')
-rw-r--r--lisp/org/ob-J.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-J.el b/lisp/org/ob-J.el
index eba4bc63498..ff4190b265d 100644
--- a/lisp/org/ob-J.el
+++ b/lisp/org/ob-J.el
@@ -89,7 +89,7 @@ This function is called by `org-babel-execute-src-block'"
(org-babel-J-eval-string full-body)))))
(defun org-babel-J-eval-string (str)
- "Sends STR to the `j-console-cmd' session and exectues it."
+ "Sends STR to the `j-console-cmd' session and executes it."
(let ((session (j-console-ensure-session)))
(with-current-buffer (process-buffer session)
(goto-char (point-max))