summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index d55336b3..09f94415 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -149,7 +149,7 @@ windows side-by-side in the frame."
:height (if scale-up-p 151 120))))))))
(add-to-list 'window-size-change-functions #'spw/maybe-scale-basic-faces)
-;;; `frame--current-backround-mode' assumes that TERM=screen-256color means a
+;;; `frame--current-background-mode' assumes that TERM=screen-256color means a
;;; dark background. But if we're in tmux then I can always have a light
;;; background by typing C-\ W (see ~/.tmux.conf).