[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/taxy-magit-section cfcfdaf25a 2/2: Docs: Fix typo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/taxy-magit-section cfcfdaf25a 2/2: Docs: Fix typo |
Date: |
Wed, 3 Jul 2024 18:58:48 -0400 (EDT) |
branch: externals/taxy-magit-section
commit cfcfdaf25a379ae90455fc08daec6385fd7372aa
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Docs: Fix typo
---
taxy-magit-section.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taxy-magit-section.el b/taxy-magit-section.el
index 8ed1cb3013..3c0ab5b84a 100644
--- a/taxy-magit-section.el
+++ b/taxy-magit-section.el
@@ -380,7 +380,7 @@ the items' values for each column."
;; Text has a display property: check for an image.
(pcase (get-text-property pos 'display string)
((and `(image . ,_rest) spec)
- ;; An image: try to calcuate the display width. (See
also:
+ ;; An image: try to calculate the display width.
(See also:
;; `org-string-width'.)
;; FIXME: The entire string may not be an image, so
the