org-dblock-write:clocktable: Fix typo in error string

Reported in https://list.orgmode.org/874k5uu85j.fsf@yandex.com/T/#u
This commit is contained in:
Ihor Radchenko 2022-01-23 17:40:06 +08:00
parent 23daada78d
commit 5b404a2225
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -2506,7 +2506,7 @@ the currently selected interval size."
(when step
;; Write many tables, in steps
(unless (or block (and ts te))
(user-error "Clocktable `:step' can only be used with `:block' or `:tstart, :end'"))
(user-error "Clocktable `:step' can only be used with `:block' or `:tstart', `:tend'"))
(org-clocktable-steps params)
(throw 'exit nil))