aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index 331ece8..9516e46 100644
--- a/helpful.el
+++ b/helpful.el
@@ -3041,7 +3041,7 @@ See also `helpful-max-buffers'."
"Store \"help\" type link when in a helpful buffer."
(when (derived-mode-p 'helpful-mode)
;; Create a "help" link instead of a dedicated "helpful" link: the
- ;; author of the Org document uses helful, but this is not
+ ;; author of the Org document uses helpful, but this is not
;; necessarily the case of the reader of the document.
(org-link-store-props :type "help"
:link (format "help:%s" helpful--sym)