summaryrefslogtreecommitdiff
path: root/lisp/pdf-virtual.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-05-13 14:33:43 +0200
committerVedang Manerikar <ved.manerikar@gmail.com>2021-02-21 15:27:01 +0530
commitb08bcaab377a065e99c83170952d265d9ceead1e (patch)
treec6bee3400eb8bbb1286616d91d17730615dc5afb /lisp/pdf-virtual.el
parent91502d0bbdf9fa564a66dbac9e0ebce4e0662a29 (diff)
Fix typos
Diffstat (limited to 'lisp/pdf-virtual.el')
-rw-r--r--lisp/pdf-virtual.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pdf-virtual.el b/lisp/pdf-virtual.el
index 6f2cb85..e0a5785 100644
--- a/lisp/pdf-virtual.el
+++ b/lisp/pdf-virtual.el
@@ -26,7 +26,7 @@
;; order to transparently make this collection appear as one single
;; document.
;;
-;; The trickiest part is to make theses intermediate functions behave
+;; The trickiest part is to make these intermediate functions behave
;; like the pdf-info-* equivalents in both the synchronous and
;; asynchronous case.
@@ -518,7 +518,7 @@ PAGE should be a page-number."
(concat " " f))
unreadable "\n"))))
(if (= (pdf-virtual-document-number-of-pages) 0)
- (error "Docüment is empty.")
+ (error "Document is empty.")
(unless pdf-virtual-global-minor-mode
(pdf-virtual-global-minor-mode 1))
(funcall fn))))