Fix spelling error in buffer name (#32)

This commit is contained in:
Leo Gaskin 2021-02-20 18:36:28 +01:00 committed by GitHub
parent 66777303dc
commit 1e95db3f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,7 +294,7 @@ provided that its exit status is 0."
(progn
(setq apheleia--current-process
(make-process
:name (format "aphelieia-%s" name)
:name (format "apheleia-%s" name)
:buffer stdout
:stderr stderr
:command command