branch: externals/bufferlo
commit 31e0bf2edf4a975d7b708804accd60bb81da6b2e
Author: shipmints <shipmi...@gmail.com>
Commit: shipmints <shipmi...@gmail.com>

    Fix comment typo reuse not resue
---
 bufferlo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bufferlo.el b/bufferlo.el
index 2e4498a6a0..f096b3cc4e 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -3179,7 +3179,7 @@ This reuses the current tab even if
   (bufferlo--warn)
   (if-let* ((bm (alist-get 'bufferlo-bookmark-tab-name
                            (cdr (bufferlo--current-tab)))))
-      ;; On reload, always resue the existing tab (don't make a new one)
+      ;; On reload, always reuse the existing tab (don't make a new one)
       (let ((bufferlo-bookmark-tab-replace-policy 'replace)
             ;; The bookmark is detected as a duplicate bookmark, allow it here
             (bufferlo-bookmark-tab-duplicate-policy 'allow))

Reply via email to