Skip to content

Commit bc8e0f8

Browse files
committed
code: fix grammar
1 parent a43079b commit bc8e0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/concat.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
(eask-with-verbosity 'log
4040
(with-temp-buffer
41-
(eask-progress-seq " - Visiting" files "append! ✓" #'insert-file-contents)
41+
(eask-progress-seq " - Visiting" files "appended! ✓" #'insert-file-contents)
4242
(write-region (buffer-string) nil target-filename)
4343
(eask-info "Done. (Wrote file in %s)" target-filename)))))
4444

0 commit comments

Comments
 (0)