summaryrefslogtreecommitdiff
path: root/lisp/doc-view.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-14 12:43:52 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-14 12:52:32 +0200
commit41e612cfd684f03e34c8990df1b86b95e092211b (patch)
treed2ba94798f230db2835562679d0f3308fb1fd50f /lisp/doc-view.el
parentade1238bce1cf69ebce8809a2d73cb92db94b977 (diff)
downloademacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.gz
; Fix typos
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r--lisp/doc-view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el
index 0f659fb8b37..f05ec938e55 100644
--- a/lisp/doc-view.el
+++ b/lisp/doc-view.el
@@ -238,7 +238,7 @@ Can be `dvi', `pdf', `ps', `djvu', `odf', `epub', `cbz', `fb2',
(defun doc-view--epub-reconvert (&optional _event)
"Reconvert all epub buffers.
-EVENT is unused, but neccesary to work with the filenotify API"
+EVENT is unused, but necessary to work with the filenotify API."
(dolist (x (buffer-list))
(with-current-buffer x
(when (eq doc-view-doc-type 'epub)