summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-05-04 12:06:10 +0300
committerEli Zaretskii <eliz@gnu.org>2022-05-04 12:06:10 +0300
commitb8357cd50e463354fd62db8225311d0c49617623 (patch)
treef2bf2458b7d30f47b7b0e6a61cc60cfa618fb3a3
parentb4acb1807b7044739bfd07143aee1433e87a25d4 (diff)
downloademacs-b8357cd50e463354fd62db8225311d0c49617623.tar.gz
; * lisp/frameset.el: Fix a typo in a comment.
-rw-r--r--lisp/frameset.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frameset.el b/lisp/frameset.el
index 23847a74a32..a589f7b5d96 100644
--- a/lisp/frameset.el
+++ b/lisp/frameset.el
@@ -1312,7 +1312,7 @@ All keyword parameters default to nil."
;; Apply small offsets to each frame that came from
;; a TTY-saved desktop, so that they don't obscure
;; each other, but only if we don't have real frame
- ;; position infor from a GUI session in some,
+ ;; position info from a GUI session in some,
;; possibly distant, past.
(when (and (frameset-switch-to-gui-p frame-cfg)
(null (cdr (assq 'GUI:top frame-cfg)))