emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 97497ceed9: Fix mispelled word `bellow` (#3315)


From: ELPA Syncer
Subject: [nongnu] elpa/cider 97497ceed9: Fix mispelled word `bellow` (#3315)
Date: Sun, 29 Jan 2023 03:58:51 -0500 (EST)

branch: elpa/cider
commit 97497ceed95397698af87233bcf9ec2d005ad195
Author: ikappaki <34983288+ikappaki@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Fix mispelled word `bellow` (#3315)
    
    Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>
---
 cider.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cider.el b/cider.el
index df11665bdd..7da5f29689 100644
--- a/cider.el
+++ b/cider.el
@@ -377,7 +377,7 @@ Throws an error if PROJECT-TYPE is unknown."
     ('shadow-cljs (let ((parts (split-string cider-shadow-cljs-command)))
                     (when-let* ((command (cider--resolve-command (car parts))))
                       (mapconcat #'identity (cons command (cdr parts)) " "))))
-    ;; TODO: Address the duplicated code bellow.
+    ;; TODO: Address the duplicated code below.
     ;; here we have to account for the possibility that the command is either
     ;; "nbb" (default) or "npx nbb".
     ('nbb (let ((parts (split-string cider-nbb-command)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]