Fix typos.

Fixes already done in Emacs by Paul Eggert.
This commit is contained in:
Bastien Guerry 2011-12-31 00:38:06 +01:00
parent 1471af0b44
commit 7e56afb956
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ Extracted from `org-export-as-pdf' in org-latex.el."
pdffile)))
(defun org-babel-prep-session:latex (session params)
"Return an error because LaTeX doesn't support sesstions."
"Return an error because LaTeX doesn't support sessions."
(error "LaTeX does not support sessions"))
(provide 'ob-latex)

View File

@ -2333,7 +2333,7 @@ TYPE must be a string, any of:
(plist-get org-export-opt-plist
(intern (concat ":" key)))))
(save-match-data
;; If arguments are provided, first retreive them properly
;; If arguments are provided, first retrieve them properly
;; (in ARGS, as a list), then replace them in VAL.
(when args
(setq args (org-split-string args ",") args2 nil)