diff options
| author | Leo Gaskin <34915973+leotaku@users.noreply.github.com> | 2021-02-20 18:36:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-20 09:36:28 -0800 |
| commit | 1e95db3f81ceff023d76b53afa8d51272ad3c5a2 (patch) | |
| tree | cb971c089944429fa4f0b05bee6f4a4085df9d20 | |
| parent | 66777303dc47b3d583d097a5a68edfae9eda1afa (diff) | |
Fix spelling error in buffer name (#32)
| -rw-r--r-- | apheleia.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apheleia.el b/apheleia.el index 20d0b96..56c3990 100644 --- a/apheleia.el +++ b/apheleia.el @@ -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 |
