Explorar o código

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

Reported in https://list.orgmode.org/874k5uu85j.fsf@yandex.com/T/#u
Ihor Radchenko %!s(int64=3) %!d(string=hai) anos
pai
achega
5b404a2225
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
lisp/org-clock.el

@@ -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))