branch: externals/plz
commit 950a5498cb8ac1a7f8a183da73c13915eea80d3e
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
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 ()