commit 9c419d795de8b087d353edfb0f7c61bffccad1fa parent 15f132473634d392549d69fadcde9f6b00588118 Author: Tomas Hlavaty <tom@logand.com> Date: Sat, 27 Feb 2021 13:19:20 +0100 fix typo Diffstat:
M | emacs-framebuffer.el | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/emacs-framebuffer.el b/emacs-framebuffer.el @@ -53,7 +53,7 @@ :group 'framebuffer) (defcustom framebuffer-screenshot-directory nil - "Specify the diretory where to store screenshot files." + "Specify the directory where to store screenshot files." :type 'string :group 'framebuffer) @@ -63,7 +63,7 @@ :group 'framebuffer) (defcustom framebuffer-cache-directory nil - "Specify the diretory where to store cache files." + "Specify the directory where to store cache files." :type 'string :group 'framebuffer)