summaryrefslogtreecommitdiff
path: root/lisp/org/ox-ascii.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-11-16 23:51:24 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-11-16 23:51:24 -0800
commitd1389828747d3e78ed968ea4a3341e61e8df4a1d (patch)
treee67f48fbed424ee161db2602e8865b71a2a8757b /lisp/org/ox-ascii.el
parent014690de705b6be7c55aa0b9ea85694c4fa1fd73 (diff)
downloademacs-d1389828747d3e78ed968ea4a3341e61e8df4a1d.tar.gz
emacs-d1389828747d3e78ed968ea4a3341e61e8df4a1d.tar.bz2
emacs-d1389828747d3e78ed968ea4a3341e61e8df4a1d.zip
Spelling fixes.
* lisp/org/ob-python.el (org-babel-python-with-earmuffs): Rename from org-babel-python-with-earmufs. All uses changed. (org-babel-python-without-earmuffs): Rename from org-babel-python-without-earmufs. All uses changed.
Diffstat (limited to 'lisp/org/ox-ascii.el')
-rw-r--r--lisp/org/ox-ascii.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/org/ox-ascii.el b/lisp/org/ox-ascii.el
index 430bc6e618b..5b41d2d3989 100644
--- a/lisp/org/ox-ascii.el
+++ b/lisp/org/ox-ascii.el
@@ -489,7 +489,7 @@ Empty lines are not indented."
(defun org-ascii--box-string (s info)
"Return string S with a partial box to its left.
-INFO is a plist used as a communicaton channel."
+INFO is a plist used as a communication channel."
(let ((utf8p (eq (plist-get info :ascii-charset) 'utf-8)))
(format (if utf8p "╭────\n%s\n╰────" ",----\n%s\n`----")
(replace-regexp-in-string
@@ -710,7 +710,7 @@ generation. INFO is a plist used as a communication channel."
(let ((text-width
(if keyword (org-ascii--current-text-width keyword info)
(- org-ascii-text-width org-ascii-global-margin)))
- ;; Use a counter instead of retreiving ordinal of each
+ ;; Use a counter instead of retrieving ordinal of each
;; src-block.
(count 0))
(mapconcat
@@ -748,7 +748,7 @@ generation. INFO is a plist used as a communication channel."
(let ((text-width
(if keyword (org-ascii--current-text-width keyword info)
(- org-ascii-text-width org-ascii-global-margin)))
- ;; Use a counter instead of retreiving ordinal of each
+ ;; Use a counter instead of retrieving ordinal of each
;; src-block.
(count 0))
(mapconcat