branch: externals/denote-sequence
commit fd9baae72c8fdcb24af360220401c5f77b876345
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Fix typo in a comment
---
 denote-sequence.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index 7ad12dc412..db766ee9f3 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -314,7 +314,7 @@ Return resulting sequence if it conforms with 
`denote-sequence-p'."
          (setq strings (cdr strings)))
        (string-join (nreverse result))))))
 
-;; FIXME 2026-03-23: I think this does not actually work with all sort of 
partial sequences.
+;; FIXME 2026-03-23: I think this does not actually work with all sorts of 
partial sequences.
 (defun denote-sequence-split (sequence &optional partial)
   "Split the SEQUENCE string into a list.
 SEQUENCE conforms with `denote-sequence-p'.  If PARTIAL is non-nil, it

Reply via email to