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

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

[elpa] externals/plz 950a5498cb 16/81: Tidy


From: ELPA Syncer
Subject: [elpa] externals/plz 950a5498cb 16/81: Tidy
Date: Wed, 11 May 2022 17:57:58 -0400 (EDT)

branch: externals/plz
commit 950a5498cb8ac1a7f8a183da73c13915eea80d3e
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Tidy
---
 plz.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plz.el b/plz.el
index 675112c91b..51cf529446 100644
--- a/plz.el
+++ b/plz.el
@@ -354,7 +354,7 @@ Uses `call-process' to call curl synchronously."
                               (list url)))
            (status (apply #'call-process plz-curl-program nil t nil
                           curl-args))
-           ;; THEn form copied from `plz--curl'.
+           ;; THEN form copied from `plz--curl'.
            ;; TODO: DRY this.  Maybe we could use a thread and a condition 
variable, but...
            (plz-then (pcase-exhaustive as
                        ((or `nil 'string) (lambda ()



reply via email to

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