Alexander-Miller / treemacs

GNU General Public License v3.0
2.08k stars 152 forks source link

Fix typo #943

Open zw963 opened 2 years ago

zw963 commented 2 years ago
diff --git a/src/elisp/treemacs-icons.el b/src/elisp/treemacs-icons.el
index 7502435..f76d1d3 100644
--- a/src/elisp/treemacs-icons.el
+++ b/src/elisp/treemacs-icons.el
@@ -55,7 +55,7 @@
     (pcase (face-attribute 'default :background nil t)
       ((or 'unspecified 'unspecified-bg "unspecified" "unspecified-bg")
        (unless (or noninteractive (boundp 'treemacs-no-load-time-warnings))
-         (message "[Treemacs] Warning: coudn't find default background colour for icons, falling back on #2d2d31."))
+         (message "[Treemacs] Warning: couldn't find default background colour for icons, falling back on #2d2d31."))
        "#2d2d31" )
       (other other)))
   "Background for non-selected icons.")
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity.

zw963 commented 2 years ago

tick